/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
#header{
 position:relative; 
 height:75px; 
  background-color:#FFFFFF; 
 width:100%;
 text-align:center;
} 

 
#admin_header{
 position:relative; 
 height:100px; 
  background-color:#FFFFFF; 
 width:100%;
 text-align:center;
} 

#header_bar{
 position: relative; 
width:780px;
height:5px;
background-color:#0033FF; 
}
#footer_bar{
 position: relative; 
width:780px;
height:5px;
background-color:#0033FF; 
}
#admin_header_bar{
 position: relative; 
width:780px;
height:20px;
background-color:#0033FF; 
color:#FFFFFF;
text-align:center;
}
a {
color:#000000;
font-weight:bold; 
}

div#admin_header_bar a {color:#FFFFFF;}


 
#maincol{
background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:780px; 
 text-align:center;
 }
 #terms{
 position:relative;
 margin-left:auto;
 margin-right:auto;
 width:740px;
 text-align:left;
 }
 
 #about_display{
 position:relative;
 margin-left:auto;
 margin-right:auto;
 width:740px;
 height:400px;
 overflow:auto;
 text-align:left;
 }
 
 #welcome_main{
 background-color: #3493FF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:780px; 
 text-align:center;
 color:#FFFFFF;
 }
 
 #thumb_container{
 float: right; 
 display:inline; 
 position: relative; 
 width:790px; 
 height:430px;
 overflow:auto;
 text-align:center;
 overflow:auto;
 /*
 border-style:solid;
 border-color:#000000;
 border-width:thin;
 */
 }
 
 .thumb_box{
 position:relative;
 float:left;
 width:230px;
 height:230px;
 padding:10px;
 
 }
 
  #detail_container{
 float: right; 
 display:inline; 
 position: relative; 
 width:778px; 
 text-align:center;
 /*
 border-style:solid;
 border-color:#000000;
 border-width:thin;
 */
 }
 
 #big_pic_box{
 position:relative;
 float:right;
/* width:230px;*/
 height:600px;
 padding-right:10px;
 }
 #text_box{
 position:relative;
 float:right;
 height:600px;
 width:130px;
 }
 
 
#footer{
text-align:center;
 height:50px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
 /*imported basket styling*/
 
#cart_container {
	padding: 0px;
	width: 85%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	position: relative;
}

.cart_cell{
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
		font-size: 110%;
	color: #4E55D9;
	width: 19%;
	
height: 4.5em;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E55D9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
padding: 0;
}

.cart_cell * {
margin: 0;
padding: 0;
}

.cart_cell a {
	font-size: 100%;
	color:#4E55D9;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.cart_cell a:hover {
	font-size: 100%;
	background-color:#FFFFFF;
	color:#5258D6;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


#basket_bottom{
background-color: #DBFFFF;
		border: 1px solid #FFFFFF;
		/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
		font-size: 97%;
		color: #4E55D9;
width: 410px;
float:left;
}

#basket_buttons{
background-color: #DBFFFF;
		border: 1px solid #FFFFFF;
		/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
		font-size: 97%;
		color: #4E55D9;
width: 410px;
float:left;

}
#basket_button_left{
width: 50%
text-align:right;
float:left;
}
#basket_button_right{
width: 50%
text-align:left;
float:left;
}

 
 /*end basket styling*/
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

