/* VPASP 700 CART AND FORM ELEMENTS */

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#666;
	font-size:10px; 
	margin: 10px 5px;
	background:#fff;
	padding:3px 5px;
}
div.breadcrumb a { 
	color:#666 !important; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	text-decoration:underline;
}


/* common form elements */
.txtfield{
	background-color: #FFFFFF;
	border:1px solid #8C9CAB;
	color: #333333;
}

.searchfield{
	padding:2px 0 3px;	
	font: 11px/12px Arial, Helvetica, sans-serif;
	color:#666;
	height:22px;
	padding-left:2px;
	border:1px solid #8C9CAB;
	width:165px;
}

#loginform.submitbtn{
        border:1px solid #cccccc;
	background-color:#244061;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	/*height:21px !important;*/
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
}

.submitbtn{
	background:#244061;
	border:1px solid #cccccc;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	/*height:21px !important;*/
	cursor: pointer;
	padding-left:5px;
	padding-right:5px;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	border:1px solid #8C9CAB;
	font-size:11px;	
}
input.submitbtn:hover {
   background-color: #ffffff;
   color:#333333;
}

.imgbtn { border:0px;max-width:100px !important;  }

/* General styles */
.menuhdr{
	color: #244061;
background: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
}
.menubdr{
	background-color: #B3B7BB;
}
.txtheader{
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.hdrproduct{
	color: #000000;
	font-weight: bold;
}
.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px;	
}
.dateformbody{
   position:absolute;
   visibility:hidden;
   background-color:white;   
}
.custformshipping{
   margin-left:5px;
   width:49%;
   float:left;
}
.registrantform{
   background-color:#EEEEEE;
   text-align:left;
}
.xmlform{
   position:relative;
   top: 10px;
}
.dateform{ background-color:#E5E5E5; }

.hiddenstyle{ visibility:hidden; }
.populatemenu{ border-top: solid 1px #9999cc; }
.applywidthauto{ width:auto; }
.upsrowcolor{ background-color:#EFEFEF; }
.expiredprojectrecord{ background-color:#FF8600; }
.fontbold { font-weight:bold; }
.smlpad { padding:15px !important; }
.pricesmall {
	font-size:12px;
}
.price { 
	font-size:12px;
	font-weight:bold;
}


/* shopsearch.asp styles */
#searchform {
	color: #666666;
	font-size:12px;
}
#searchform .searchsummary {
	background:#F1F1F1;
	border:1px solid #C3C6CD !important;
	margin-bottom:30px;
	padding:10px;
	text-align:left;
	font-weight:bold;
}
#searchform table.words { 
	border-collapse:collapse;
	margin: 10px 0px 30px 10px;
}
#searchform table.words td {
	padding:5px 5px 5px 0px; 
}
#searchform table.fieldchooser { 
	border-collapse:collapse;
	margin: 10px 0px 30px 30px;
}
#searchform table.fieldchooser td {
	padding:0px; 
}
#searchform .searchfilters {
	clear: both;
	border-top:1px dotted #000000;
	padding: 20px 0px 0px 10px;
	margin-bottom:30px;
	line-height: 24px;
}
#searchform .searchfilters div{
	padding: 5px 0px 0px 0px;
}
#searchform table.searchprice { 
	border-collapse:collapse;
}
#searchform table.searchprice td {
	padding:0px 10px 0px 0px;
}

/* shopblogsreviewadd.asp styles */
#blogsreviewform {
	padding: 20px;
	padding-top:5px;
	color: #666666;
	font-size:12px;
}
#blogsreviewform table { 
	border-collapse:collapse;
	margin:20px 10px 0px 10px;
}
#blogsreviewform table td {
	padding:0px 30px 10px 0px;
	vertical-align: top;
}

/* shopnewsreviewadd.asp styles */
#newsreviewform {
	padding: 20px;
	padding-top:5px;
	color: #666666;
	font-size:12px;
}
#newsreviewform table { 
	border-collapse:collapse;
	margin:20px 10px 0px 10px;
}
#newsreviewform table td {
	padding:0px 30px 10px 0px;
	vertical-align: top;
}

/* shopcustcontact.asp styles */
#contactusform {
	padding: 20px;
	padding-top:5px;
	color: #666666;
	font-size:12px;
}
#contactusform table { 
	border-collapse:collapse;
	margin:20px 10px 0px 10px;
}
#contactusform table td {
	padding:0px 30px 10px 0px;
	vertical-align: top;
}
#contactusinfo {
	padding: 20px;
	color: #666666;
	font-size:12px;
}
#contactusinfo table { 
	border-collapse:collapse;
	margin:20px 10px 0px 10px;
}
#contactusinfo table td {
	padding:0px 30px 10px 0px;
	vertical-align: top;
}
#contactgooglemap{
	padding: 20px;
}


/* shopcontent.asp styles */
#contentpage{
	padding: 5px;
	padding-top:5px;
}

#contentpage .right_image{
	margin-left:5px;
}

#contentpage .left_image{
	margin-right:5px;
}


/* shopdisplaycategories.asp styles */
.categorysummary {
	padding:5px;
}
.categorysummary table td {	
	text-align:center; 
}
.categorysummary .catmemo{
	font-size:11px !important;
}
.categorysummary .cattitle a{
	font-weight:bold !important;
}


/* shopdisplayproducts.asp styles */
.productsummary{
	margin-bottom:10px;
	
}

.productsummary h3{	
	font-weight:bold;
	padding:0px 5px 0px 5px;
	background:none!important;
	border:0!important;
	color:#fff!important;
	font-size:14px!important;
	margin:0;

}

.productsummary p{
	padding:5px;
}



.productsummary table td {	
	text-align:left; 
	padding-right:7px;
}
.productsummary .productname {	
	color: #666;
	background:#f7f7f7;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	padding-left:5px;
	margin-bottom:10px;
	border:1px solid #dbe5eb;
}
.productsummary .productcode {	
	padding:0 10px;
	padding-bottom: 10px;
	font-size: 10px;
	
}
.productsummary .productdesc {	
	padding:0 10px;
	margin-bottom:10px;
}
.productsummary .productoptions  {	
	text-align:left;
	margin-left:10px;
}
.productsummary .productbuy {	
}
.productsummary .productrating {	
   	padding-top:5px;
	font-size:11px; 
	line-height:16px;
}

.productsummary prod_img{
	padding:0 10px;
}

.productsummary .productlinks{
	padding-top:5px;
	font-size:11px; 
	line-height:16px;
}

.productsummary .dotline{
	border-top:1px dotted #6f6f6f; 
	width:100%; 
	height:1px; 
	margin:8px 0;
}

.productsummary .divider, #productexd .divider{
	height:10px;
}

.productsummary label
{
	padding-right:5px;
	font-size:11px;
}





/* shopexd.asp styles */
#productexd{
	width: 95%;
	margin: 10px auto;
}


.thumbnail_img{
	float:left;
	margin:3px 3px;
}

.thumbnail_img img{
	width:auto !important;
	height:40px !important;
}

#productexdleft {
	width: auto;
	float: left;
	text-align: center;
}
#productexdleft img{
	margin: 10px auto;
	width: 200px;
/*	width: 200px;*/
}
#productexdleft .main_image{
	margin: 10px auto;
	width: 250px;
}

#productexdleft .image_wrapper{
	/*width: 250px;*/
	width:250px;
}

#productexdright{
	width: auto;
	float:right;
}

#productexdright .productdesc_table{
	background:#f8f8f8;
}

#productexdright .productdesc {
	padding:10px 5px 10px;	
	text-align: left;
}
#productexdright .productinfo {
	padding:0px;
	float:left;
	
	
}
#productexdright span.productinfolabel {
	float:left;
	width:70px;
	line-height:20px;
}
#productexdright span.productinfodetails {
	float:left;
	line-height:20px;
}
#productexdright span.productinfodetails p{
	/*remove padding from reviews*/
	padding:0px;
	margin:0px;
}
#productexdright span.productinfodetails a{
	/*review links*/
	color:#5a5a5a;
	font-size:10px;
}
#productexdright .productprice{
	clear:both;
	padding:15px 0px;
}
#productexdright .productbuy{
    margin-top:10px;
	max-width:120px;
}

#productexdright .productoptions{

}

#productexdright fieldset{
	margin-bottom:10px;
}

#productexdright fieldset .inputfield{
	float:left;
}

#productexdright label{
	padding:0 5px 0 5px;
	float:left;
	font-size: 12px;
	
}

#productexdbottom{	
	clear:both;
	padding:15px 0px;
}
#productexdbottom .productcompare{
	margin-bottom:10px;
}
#productexdbottom .producttabs{}

#movie {}
#youtube {}


/* shopcustadmin.asp,shopaffadmin.asp styles */
table.customerservice {
	width:95%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin:10px auto;
	border-collapse:collapse;
}
table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}
table.customerservice td {
	padding:10px;
}
table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}


/* shopcustadminlogin.asp styles */
#loginform {
	width: 99%;
	margin: 10px auto;
}
#loginform .iconlogin {
	padding:10px;
}
#loginform .logintable{
	padding: 5px !important;
	/*border-collapse:separate !important;*/
}
#loginform form table td{
	padding: 2px !important;
}


/* shopcustomer.asp and shopcustregister.asp styles */
#shopcustomer {
	width: 100%;
	margin: 10px auto;
}
#shopcustregister {
	width: 95%;
	margin: 10px auto;
}
#customerform {
	padding:10px 20px;
	color: #666666;
	font-size:12px;
}
table.tbl_customer {
	border-collapse:collapse;
	margin:10px;
	width:100%;
}
table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}
table.tbl_customer td {
	padding:0px 30px 10px 0px;
	vertical-align: top;
}
table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

/* shopcustadmincoupon.asp styles */
#shopcustadmincoupon {
	width: 95%;
	margin: 10px auto;
}









table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}
table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 5px;
}
table.tbl_compareproduct {
	line-height:18px;
	border:1px solid #d4d4d4;
	margin:0px;
}
table.tbl_compareproduct td {
	padding:5px;
}


/* standard table display */
.std_table {
	background:#F1F1F1;
	border:1px solid #C3C6CD !important;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:15px;
/*	overflow:auto;*/
}
.std_table table { 
	border-collapse:collapse;
}
.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }


table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100%;
	
}
table.tbl_subproduct td {
	padding:3px 5px;
}


/* checkout steps indicator */
#checkoutsteps{}


.randomproduct{
	padding:5px !important;
}

.productcolwrapper{
	padding:5px;
	vertical-align:top;
}

.item_row{ /*padding: 10px 10px 0 0;*/ font-size:11px;}

.item_row2{font-size:11px;}


.carttittle{margin-bottom:5px;display:block;}

.ipwarningtable{
    border:1px solid #D6D6D6;
}

.ipwarningtable td{
    padding:10px;
}

.btncontainer{margin-top:5px;margin-bottom:5px;}

.ordercompletemsg{
	border:1px solid #D6D6D6 !important;
	padding:5px !important;
	color:#666666 !important;
	font-weight:bold !important;
	margin-top:10px;
	line-height: 18px;
}

.largeinfofont{
    color:#666666;
	font-weight:bold;
}

.info_table{
	/*margin-bottom:20px;*/
	margin-bottom:0px;
	border-collapse:separate;
	border:1px solid #D6D6D6;
	padding:5px;
	
}

.info_table td{
	padding:3px;
}

.info_table .odd_row{
	background:#FCFCFC;
}

.info_table .even_row{
	background:#FFF;
}

.sort_product_container{
	padding:10px;
	padding-right:0; 
	width:100%; 
	text-align:right;
}
.sort_product_container label{
	float:left; 
	margin-right:5px; 
	font-size:12px;
}

.sort_product_container .inputfield{
	float:left; 
	/*margin-left:5px;*/
	margin-right:5px;
}

.blog_review_container, .invoice_summary_container{
	padding:5px;
}

.tell_friend_container{
	padding:10px;
	border:1px solid #d6d6d6;
	background:#f8f8f8;
}

.blog_review_container  fieldset, .tell_friend_container fieldset, .invoice_summary_container fieldset{
	margin-bottom:10px;
	border:0;
}

.blog_review_container label, .tell_friend_container label, .invoice_summary_container label{
	/*float:left; 
	margin-right:10px; */
	font-size:12px;
	display:block;
/*	width:160px;*/
}

.blog_review_container .inputfield, .tell_friend_container .inputfield, .invoice_summary_container .input_field{
	float:left;
	padding:0;
	border: 1px solid #cfcfcf;
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	height:16px;
	padding-left:2px;
	border:1px solid #8C9CAB;
}

.blog_review_container .captcha_wrapper, .tell_friend_container .captcha_wrapper{
	float:left; 
	width:250px;	
}

.blog_review_container a, .tell_friend_container a{
	margin:0 5px;
}

.submit_btn_container{
	border:1px solid #cccccc; border-top:0; padding:5px; width:473px; margin:0 auto; background:#F1F1F1; text-align:left;
}

.titlecolor{
   color:#fff;
}


#invoice_summary_table table.info_table{	
	font-size:11px;	
	margin:0;
	margin-bottom:10px;
	background:#fff;
	border-collapse:separate;
}

#invoice_summary_table table.info_table th{
	background-color: #e0dede;
	padding:5px;
	text-align: left;
	
}

#invoice_summary_table table.info_table td{
	padding: 3px;
	background: #f8f8f8;
	line-height: 20px;
}

#invoice_summary_table table.info_table td.highlight{
	background: #BBD50D;
	
}

#contentpage ul li{
	margin-bottom:5px;	
	text-indent:-16px;	
	list-style:inside;
	margin-left:-20px;	
}

#contentpage li{
	margin-bottom:5px;	
	text-indent:-16px;	
	list-style:inside;
	margin-left:16px;	
}

#main .main-product .productdesc ul li{
	margin-bottom:5px;	
	text-indent:-16px;	
	list-style:inside;
	margin-left:-20px;	
}

#main .main-product .productdesc li{
	margin-bottom:5px;
	margin-top:5px;	
	text-indent:-16px;	
	list-style:inside;
	margin-left:16px;	
}

#productexd .productdesc ul li{
	margin-bottom:5px;	
	text-indent:-16px;	
	list-style:inside;
	margin-left:-20px;	

}

#productexd .productdesc li{
	margin-bottom:5px;
	margin-top:5px;		
	text-indent:-16px;	
	list-style:inside;
	margin-left:16px;		
}

.product_thumbnail  {
	height:auto;
	width:auto;
}
.featuredproduct .product_thumbnail {
max-width:140px;
max-height:100px;
}

#cartdisplay .txtfield {
width:15px;
}
#cartdisplay IMG {
max-width:90px;
}
@media (max-width: 1300px) {
#productexdleft { width:100%; }
#productexdleft .image_wrapper { width:auto;margin:auto;}
}

@media (max-width: 1300px) {
#productexdright { width:100%; }
#productexdright .productbuy { width:auto;margin:auto;}
}
