@charset "utf-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #CCCCCC;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #popularproduct_container_left { 
	width: 180px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 

.thrColFixHdr #header {
	height: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	
} 
.thrColFixHdr #logo_header_login_header{
	width:100%;
	height: 31px;
	margin-bottom: 20px;
	
}
.thrColFixHdr #header_image {
	
	height: 120px;
	width: 998px;	
	border: 1px solid #ccc;	
	/*background-image: url(../images/header_image.jpg);*/
}

.thrColFixHdr #login_header {
	float: right;
	width: 700px;
	height: 31px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
	font-size:90%;
	/*background-color:#093;*/
	height: 40px;
} 
.thrColFixHdr #bread_crumbs{
	font-size: 75%;
	background-color: #FBFBF9;
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 3px;
	padding-top:4px;
}
.thrColFixHdr #logo_header {
	float: left;
	width: 251px;
	height: 31px;
	margin-left: 5px;
	margin-top: 10px;
	
} 
.thrColFixHdr #search_header {
    float: left;
	text-align: left;
	padding-top: 6px;
	/*background-color: red;*/
	height: 33px;
	
	
	
	
	
}
.thrColFixHdr #see_all{
	background-color: #FBFBFB;
	text-align: right;	
	cursor: default;
	
}
.thrColFixHdr #see_all_button{
	background-color: #FBFBFB;
	text-align: right;
	cursor: pointer;
	border: 1px solid #FBFBFB;
	
}
.thrColFixHdr #see_all_close{
	background-color: #FBFBFB;
	text-align: right;
	cursor: default;
	font-weight: bolder;
	color:#F60C0C;
	
	
	
	
}
.thrColFixHdr #search_image{
	float: left;
	height: 47px;
	width: 47px;
	margin-right: 3px;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;	
	
}

.thrColFixHdr #hoverresult{
	
	position:relative;
	z-index:3000;
	top: -4px;
	right:3px;
	
	
}





.thrColFixHdr #left_callaps_header {
	width: 464px;
	height: 150px;
	text-align: left;
	padding: 2px;
	background-color: #000000;
}
.thrColFixHdr #right_callaps_header {
	width: 528px;
	height: 150px;
	text-align: left;
	float: right;
	clear: right;
    padding: 2px;
	background-color: #666666;
	
}
.thrColFixHdr #side_header {
	text-align: left;
	background-color: #666666;
	font-weight: bold;
	text-indent: 7px;
	height: 22px;
	color: #FFFFFF;
	padding-top: 5px;
}
.thrColFixHdr #side_header2 {
	text-align: left;
	background-color: #008CBB;
	font-weight: bold;
	text-indent: 7px;
	color: #FFFFFF;

}
.thrColFixHdr #main_header {
	text-align: left;
	background-color: #008CBB;
	font-weight: bolder;
	text-indent: 7px;
	height: 22px;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 100%;
}
.search_header_contents {
	font-size: 16px;
	padding: 3px;
	font-weight: bold;
}
.search_header_contents_button {
	font-size: 16px;
	padding: 3px;
	font-weight: bold;
	background-image:url(../images/search.jpg);
	width: 208px;
	border: 0;
	height: 33px;;
}
.thrColFixHdr #menu_header_div{
	height: 33px;
	background-color: #484936;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;	
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header_buttons {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #F4F4F4;
	text-align: center;
	height: 20px;
	width: 120px;
	border: .1px solid #CCCCCC;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #FEFEFA;
	margin-top: 2px;
	/*background-color:#F00;*/
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 149px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FEFEFA;
}
.thrColFixHdr #side_content {
	padding: 0px;	
}

.thrColFixHdr #side_content_prod {
	padding: 2px;	
}
.thrColFixHdr #mainContent {
	text-align: left;
	vertical-align: top;
	float: none;
	padding-right: 0px;
	padding-left: 150px;
	margin-right: 0px;
	margin-left: 150px;
	
	
} 


.thrColFixHdr #mainContent_full {
	text-align: left;
	vertical-align: top;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	
} 


.thrColFixHdr #footer {
	font-size: 80%;
	text-align: center;
	height: 30px;
	padding: 10px;
	color: #000;
    background-color: #DED6D4;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 1px;
	
} 
.thrColFixHdr #footer a{
	color:#000;
	
	
	}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.stats_text {
	font-size: 92%;
	text-align: left;
	vertical-align: text-top;
	
	
}
.stats_text-review {
	font-size: 80%;
	text-align: left;
	vertical-align: text-top;
	
	
}
#getdetails {
	font-size: 12px;
	text-align: center;
	vertical-align: text-top;
	background-color: #FF6600;
	height: 16px;
	width: 80px;
}
.side_borders {
	border: 1px solid #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
}
.side_borders_no_top {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.subHead {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	height: 18px;
	background-color: #3ECFFF;
	padding: 6px;	
}
.listAdminHead {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	height: 100%;
	background-color: #3ECFFF;
	padding: 6px;
}

.smallText {
	font-size: 11px;
}
.topic_header {
	height: 18px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	background-color: #D9F5FF;
	text-align: left;
	text-indent: 3px;
	vertical-align: top;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.topic_header2 {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	background-color: #D9F5FF;
	text-align: left;
	text-indent: 3px;
	vertical-align: top;
	height: 18px;
	padding-bottom: 6px;
	border: 1px solid #CCCCCC;
}
#bottom_border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bottom_border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bottom_border2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
.SpryHiddenRegion {
	visibility: hidden;
	
}
/*

.menu_merchants {
	
	width:1000px;
	height: 300px;
	position:absolute; 
	z-index:3000;
	top: 233px;
	right: 0px;
	background-color: #F00; 
	
	
	
}

.menu_merchants_content {
	width:300px;
	height: 200px;
	position:relative;
    top: -7px;
	right:-252px;
	background-color: #CCC;
	padding: 10px;
	border: 4px solid #333;	
	 
	
	
} 

*/
 #slide_container{
	float: left;
	height: 377px;
	width: 335px;
	margin-top: 2px;
	margin-left: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 90%;
	background-color: #FFFFFF;

}
#slide_container_smaller{
	
	float: left;
	height: 367px;
	width: 684px;
	margin-top: 2px;
	margin-left: 2px;
	border: 1px solid #ccc;
	margin-right: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	background-color: blue;
	
	
	
	
}

 #slide_container_big{
	float: left;
	min-height: 810px;
	width: 684px;
	margin-top: 2px;
	margin-left: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 90%;
	background-color: #FFFFFF;

}



.slide_container_start{
	
	height: 367px;
	width: 684px;
	margin-top: 2px;
	margin-left: 2px;
	border: 1px solid #ccc;
	margin-right: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	background-color: #000;
	
	position: absolute;
	left: 300px;
	right: 300px;
	z-index: 300
	
	

}


 #slide_container_big1{
	float: left;
	height: auto;
	width: 684px;
	margin-top: 2px;
	margin-left: 3px;
	border: 1px solid #ccc;
	margin-right: 3px;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	font-size: 90%;
	background-color: #FFFFFF;

}
 



.imagetext{
	width:333px;
	height: 20px;
	font-size: 97%;
	background-color: #F0EFED;
	text-align: left;
	text-indent: 5px;
	margin-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
	vertical-align: middle;
	padding-top: 7px;
	margin-bottom: 2px;
	border: 1px solid #ccc;	
	
}


.imagetext_big{
	width:682px;
	height: 20px;
	font-size: 97%;
	background-color: #F0EFED;
	text-align: left;
	text-indent: 5px;
	margin-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
	vertical-align: middle;
	padding-top: 7px;
	margin-bottom: 2px;
	border: 1px solid #ccc;	
	
}


/*COMPLIANT BROWSER RULE FOR HOVER MENU */
#menubox{
position:relative;
top: 10px;
/*background-color:#0F9;*/	
}

#mymenuWrapper{
	float: left;
	width: 235.6px;
	height: 100px;
	text-align:left;
	/*border: 1px solid #666;*/
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	
	
}
#page_mymenuWrapper{
	float: left;
	width: 226px;
	height: 100px;
	text-align:left;
	/*border: 1px solid #666;*/
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;	
	
}
#mymenuWrapper_comp{
	float: left;
	width: 235.6px;
	height: 153px;
	text-align:left;
	/*border: 1px solid #666;*/
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;	
	
}
#theCategoryHead{
	font-size:11px;
	font-weight:bold;
	text-indent: 9px;
	/*background-color:#D8D8CB;*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;	
	
	
}

#theCategotyList {
	position: relative;
	float: left;
	text-align:left;
	font-size:10px;
	margin-left: 5px;
	margin-bottom: 1px;
    height: 14px;
	padding: 3px;
	
	
	
}
#theCategotyList a{
	text-decoration: none;
	
}



#branch_other_prices{
	float: left;
	margin:3px;
	height: 12px;
	
	
	
}
#small-images{
	
margin-right: 5px; 
margin-bottom: 0px;
float: left;

	
}

#small-images_cart{
margin-left: 2px;	
margin-right: 4px; 
margin-top: -5px;
float: left;


	
}

#big-images{
	border: 3px solid #999;
	margin-bottom:2px;	
	
}
#big-images_big{
	border: 3px solid #999;
		
	
	
}
	
#popular-images{
	margin-right: 5px;
	margin-bottom: 0px;
	float: left;
	padding: 1px;
	
	
}
#popular-images-review{
	margin-right: 5px;
	margin-bottom: 0px;
	float: left;
	padding: 1px;
	/*background-color:#06F;*/
	
	
}

#popular_link_shape{
	text-decoration: none;
	color:#000;
	text-transform: none;
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 37px;
	position: relative;
	cursor: pointer;
	margin-right: 3px;
}


.screen {
	background-color: #FCFCFC;
	/*border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;*/
	color: #7C7C7C;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #EAE4E3;
	/*color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
	text-decoration: none;
	color:#000;
}

.screen1 {
	
	
	
	display: block;
	text-decoration: none;
	background-image:url(../images/home1.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 383px;
	width: 227px;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
    border: 1px solid #CCC;	

	
}
.screen1:hover {
	
	text-decoration: none;
	background-image:url(../images/home1_hover.jpg);
	background-repeat:no-repeat;
}

.screen2 {
	
	
	
	display: block;
	text-decoration: none;
	background-image:url(../images/home2.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 383px;
	width: 227px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
    border: 1px solid #CCC;	

	
}
.screen2:hover {
	
	text-decoration: none;
	background-image:url(../images/home2_hover.jpg);
	background-repeat:no-repeat;
}
.screen3 {
	display: block;
	text-decoration: none;
	background-image:url(../images/home3.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 383px;
	width: 227px;
	margin-top: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 1px solid #CCC;	


	
}
.screen3:hover {
	
	text-decoration: none;
	background-image:url(../images/home3_hover.jpg);
	background-repeat:no-repeat;
}

.hoverlink {
	background-color: #414141;
	/*border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;*/
	color: #fff;
	display: block;
	text-decoration: none;
}
.hoverlink:hover {
	background-color: #EAE4E3;
	/*color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
	text-decoration: none;
	color:#000;
}







#popular_loop{
	border: 1px solid #CCC;	
	margin-bottom: 2px;
	height: 51px;
	padding-top: 3px;
	padding-left:3px;
	padding-bottom: 2px;
	
}
#popular_loop_info{
	float: right;
	width: 270px;
	/*border: 1px solid #333;*/	
	
}
#popular_loop_info-review{
	float: right;
	width: 250px;
	/*border: 1px solid #333;*/	
	/*background-color:#06C;*/
	
}
#border-shade{
	background-image: url(../images/border-shade.jpg);
	background-repeat: no-repeat;	
	height: 12px;

	
}

.transparent
{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	z-index:10000;
	position:absolute;
	overflow:auto;
	background-color:#333;
	left:0px;
	right: 0px;
	top: 0px;
  
  
   
   
   
}
.transperent_message
{
	width: 400px;
	height: 150px;
	z-index:10005;
	position:fixed;
	left:33%;
	top: 23%;
	background-color:#F90;
	color:#000;
	border: 4px solid #484936;
	font-size:16px;
	text-align:left;
	padding: 3px;
	
   
}
#idontcare{
	text-align:center;
	font-size: 16px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 110px;
	border: 1px solid #333;
	font-weight:bold;
	height: 19px;
	float: right;
	
}

#browser_notication{
	text-align:left;
	font-size: 18px;
	font-weight:bold;
	padding: 4px;
	color: #FFF;
	margin-bottom: 4px;
	background-color:#363636;
	text-indent:6px;
	
}
.browsebymerchantlink{

	padding:4px;
	font-size:12px;
	font-weight:bold;
	background-color:#484936;
	margin-left:3px;
	color:#FFF;
	cursor:pointer;
	border:0;
	text-align:left;
	
}


#browsebymerchants{
	
    padding:4px;
	font-size:12px;
	font-weight:bold;
	background-color:#008CBB;
	margin-left:3px;
	color:#FFF;
	border:0;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 683px;
	
	
}

#cp_container{
	float: left;
	margin: 3px;
	width: 315px;
	height: 125px;
	padding:3px;
	background-color:#EEE;
	border: 1px solid #CCC;
	
}

#cp_container2{
	float: left;
	margin: 3px;
	width: 315px;
	height: 125px;
	padding:3px;
	background-color:#EEE;
	border: 1px solid #CCC;
	
}
.cp_details{
	width: 310px;
	height:auto;
	padding: 4px;
	z-index:500px;
	position: absolute;
	background-color:#F0FCFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

#addtolist{
	
	color: #FFF;;
	cursor: pointer;
	background-color: #E18700;
	border: 1px solid #999;		
	font-size: 9px;
	padding: 1px;
		
}
#addtolist_finish{
	
	padding:4px;
	font-size:12px;
	font-weight:bold;
	background-color:#E18700;
	margin-left:3px;
	color:#FFF;
	cursor:pointer;
	border:0;
	text-align:left;
	
		
}
.addtolist_finish{
	font-size:12px;
	font-weight:bold;
	background-color:#E18700;
	margin-left:3px;
	color:#FFF;
	cursor:pointer;
	text-align:left;
	background-image: url(../images/button_bg.jpg);
	/*text-indent: 14px;*/
	padding: 4px;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#list_header{
	padding: 4px;
	text-align:left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height:30px;
	background-color:#ffffff;
	
	
}


#list_products_wrapper{
	
	float: left;
	padding: 4px;
	height: auto;
	font-size: 70%;
	
	/*background-color:#C00;*/
	/*height: 390px;*/
	
}



#list_col_head{
padding: 2px;
background-color:#CCC;;
text-align:left;
font-weight: bold;
float: left;
margin-right:1px;
margin-bottom: 2px;
font-size:12px;
	
	
	
}

#complist{

/*background-color:#CCC;*/
text-align:left;
float: left;
margin-right:1px;
margin-bottom: 2px;
padding: 2px;
	
}

#view_basket{


font-size: 12px;
margin-top:25px;


}


#spacer{
	
margin: 3px;	
}



#products_loop{
	margin: 3px;
	float: left;
	width: 184px;
	height: 220px;
	padding: 3px;
	background-color: #fff;
	font-size: 10px;
	/*border: 1px solid #ccc;*/	
	
}

#products_loop2{
	margin: 3px;
	float: left;
	width: 184px;
	height: 207px;
	padding: 3px;
	background-color: #fff;
	font-size: 10px;
	/*border: 1px solid #ccc;*/	
	
}

#products_loop_name{
font-weight: bold;
margin-bottom: 5px;
font-size: 11px;


}
#products_loop_image{
	
height: 77px;
	
	
}

#premium_advert{
	
width: inherit;	
height: auto;
background-color:#CCC;
padding: 4px;


}

#premium_ad_placeholder{
	width:296px;
	height: 350px;
	background-image: url(../images/haiti_relief.jpg);
	background-repeat: no-repeat;	
	
}

#review_date{
float: right;
postiton: relative;
width: 100px;
background-color:#099;
left: 200px;
top: 30px;


	
}

.frameHead {
    
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color:#DDF7FF;
	padding: 2px;
}
.grey {
	background-color: #F5F5F5;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	height: 16px;
	text-decoration: none;
}


#half_header{

	text-align: left;
	background-color: #008CBB;
	font-weight: bolder;
	text-indent: 7px;
	height: 22px;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 100%;
	width: 683px;
	margin-top: 2px;
	
	
	
}