/*///////////////////////////////////////////////////////////////////*/
/* Gazebo now css */
/* Allan Paterson 2009 */
/*///////////////////////////////////////////////////////////////////*/
body{font: normal 11px "Lucida Sans Unicode",sans-serif;}
h1{font-size:13px;font-weight:600;color:#fff;width:128px;}
/*////////////////////////////////////////////////////////////////////////*/		
/*cart*/
/*////////////////////////////////////////////////////////////////////////*/
#cart_left{	margin:-300px 0px 0px -14px; padding:0px; float:left;	position:relative;	width:110px;}
/*////////////////////////////////////////////////////////////////////////*/		
/*products*/
/*////////////////////////////////////////////////////////////////////////*/
.product_button_1 {border:0px; background: url(../images/butnow1.gif) no-repeat; margin:3px 0px 0px 0px; width:105px;	height :25px;	cursor:pointer;		}
.product_button_2 {border:0px; background: url(../images/butnow2.gif) no-repeat; margin:3px 0px 0px 0px; width:105px;	height :25px;	cursor:pointer;		}
.post_button {border:0px; background: url(../images/postbut.gif) no-repeat; margin:3px 30px 0px 0px; width:120px;	height :25px;	cursor:pointer;		}
.product_button {border:1px solid #fff; background: url(../images/white_trans.png); width:128px;	cursor:pointer;	margin:2px 0px 0px 0px;	}
.small_basket {background: url(../images/white_trans.png);	border: 1px solid #fff; width: 128px;padding: 4px; color:#fff; font-size:10px;	position:relative;}
.basket_item {padding:2px 0px 2px 0px;border-bottom: 1px solid #fff;	position:relative;}		
.delete {border-top: 1px solid #fff;border-left: 1px solid #fff;border-right: 1px solid #fff;}			
.select{margin:0px 30px 0px 0px; font: normal 10px "Lucida Sans Unicode",sans-serif;}
.border {border:1px solid #ebebeb;}
.table {border:1px solid #ebebeb; width:620px; margin:30px 0px 0px 90px;}
.td_head{background:#0099FF; padding:4px; color:#fff;}
/*////////////////////////////////////////////////////////////////////////*/		
/*validation*/
/*////////////////////////////////////////////////////////////////////////*/
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.jpg) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#fff; border:2px solid #FF0000; color:#FF0000;border-left:none; padding:5px;}
/*////////////////////////////////////////////////////////////////////////*/	