/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 01/01/14 
 
 * This file is reserved for changes made by the user 
 * as it's often a good idea to seperate your work from 
 * the theme. It makes modifications, and future theme
 * updates much easier 
 *
 */

/* These styles have been placed here for
* convience as they have a high chance of being
* changed if one decides to modify the header
-----------------------------------------------*/
.header-btns > div > button:focus {
	color: #666;
}


/* Place custom styles below this line 
---------------------------------------*/



.panel-body{
}
.panel-body form select{
border:#ccc solid 1px;
}
.panel-body form select > option{
border:#ccc solid 1px;
}


.cart{
	margin-right:10px;
}
.cart span{
	padding:5px;
	display:block;
	font-size:20px;
	position:relative;
	top:5px;
	right:20px;
}

.postinfo1{
}
.postinfo1 p{
width:100%;
}
.postinfo1 p label{
width:150px;
float:left;
}
.postinfo1 p label input{
float:left;
}



.viewOrder{
	width:100%;
}
.viewOrder .cols{
	width:90px;
	float:left;
	word-wrap:break-word;
	padding:5px;
	background:#383185;
	height:50px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
	border-bottom:#333 solid 1px;
	color:#fff;
	font-size:10px;
	text-align:center;
}
.viewOrder strong{
	font-size:11px;
}
.bdr-right{
	border-right:#333 solid 1px;
}
.viewOrder .cols strong{
}

.clear{
clear:both;
}

.viewOrder1{
	width:100%;
	margin:15px 0 0 0;
	border:#333 solid 1px;
	height:50px;
}
.viewOrder1 .cols{
	float:right;
	background:#ccc;
	position:relative;
	left:685px;
	border-left:#333 solid 1px;
	height:50px;
	font-size:10px;
	text-align:center;
}
.viewOrder1 .cols strong{
}

.viewOrder2{
	width:100%;
	margin-top:10px;
}
.viewOrder2 .cols{
	width:90px;
	float:left;
	word-wrap:break-word;
	padding:5px;
	min-height:50px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
	border-bottom:#333 solid 1px;
	font-size:10px;
	text-align:center;
}
.viewOrder2 .cols strong{
}
.viewOrder4{
	width:99.5%;
	margin-top:15px;
	border:#333 solid 1px;
	padding-right:4px;
}
.viewOrder4 .cols{
	float:right;
	position:relative;
	margin-top:5px;
	font-size:10px;
	text-align:center;
}
.viewOrder4 .colsme{
	float:right;
	position:relative;
	width:140px;
	margin-top:5px;
	font-size:10px;
	text-align:center;
}
.viewOrder2 .colsme{
	word-wrap:break-word;
	padding:5px;
	min-height:50px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
	border-bottom:#333 solid 1px;
	border-right:#333 solid 1px;
	font-size:10px;
	text-align:center;
}


table thead th{
	background-color:#383185 !important;
	color:#fff;
	height:30px;
	font-size:11px;
	font-weight:300;
}
table tbody td{
	color:#333 !important;
	font-size:11px; 
}

table a{
	color:#333;
	font-weight:bold;
}
table a:hover{
	color:#000;
}

.table-condensed thead th{
	background: none !important;
	color:#333;
}


.termscond{
}
.termscond ul{
}
.termscond ul li{
	padding:0;
	margin:0;
}
.termscond h5{
	padding:0;
	margin:0;
}

.mypadding{
	padding:10px;
	border:#333 solid 1px;
}