/* CSS Document */
body {
	margin:0 0;
	/*width:100%;*/
	height:100%;
	min-width:1121px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#head {
	position:absolute;
	height:200px;
	width:100%;
	top:0px;
	left:0px;
	background-image:url(images/headback.jpg);
	background-repeat:repeat-x;
	border-bottom:2px solid #015cab;
	background-color:#015cab;
}
#nav {
	position:absolute;
	height:200px;
	width:600px;
	top:0px;
	left:263px;	
}
#right {
	position:absolute;
	width:250px;
	top:205px;
	left:0px;
	padding-top:20px;
	margin-left:5px;
}
#container {
	position:relative;
	top:205px;
	left:251px;
	width:600px;
	margin:0 10px;
	border-color:#cccccc;
	border-width:1px;
	border-style: none solid solid solid;
}
#left {
	position:absolute;
	top:202px;
	left:863px;
	width:250px;
	
}
#text {
	padding:10px;
	min-height:500px;
	height:auto !important;
  	height:500px;
	line-height:1.5;
}
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:blue;
}
.product {
	display:block;
	width:150px;
	height:200px;
	float:left;
	margin:10px;
	/*border:1px solid #000;*/
}
.prow {
	height:225px;
	width:530px;
	margin:0 auto;
}
fieldset {
	display:block;
	border:2px solid #015cab;
	
	margin:0 0;
	padding:0 5px;
	/*min-height:100px;*/
	/*vertical-align:middle;
	height:100px;
	line-height:100px;
	margin:0 0;
	padding:0 0;*/
}
legend {
	color:#b79660;
	font-weight:bold;
}
form {
	margin:0 0;
	padding:0 0;
}
h4, p {
	margin:0 0;
	padding:0 0;
}
.itemPic {
	display:block;
	width:133px;
	height:110px;
	/*border:1px solid #000;*/
	margin:8px auto;
	text-align:center;
}
.itemText {
	width:140px;
	text-align:center;
	/*border:1px solid #000;*/
	margin:0 auto;
}
.shopNav {
	height:30px;
	width:530px;
	margin:0 auto;
}
td {
	background-color:#E1E1FF;
}
#text td a {
	text-decoration:none;
	color:#000;
}
#text td a:hover {
	color:#0000B9;
	
}
/*a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#0000B9;
}*/
.cartbox1 {
	border-width:1px;
	border-style:solid;
	width:530px;
	height:30px;
	margin:0px 9px;
	background-color:#E1E1FF;
	font-weight:bold;
	font-size:1.1em;
	
}
.cartbox1s {
	border-width:1px;
	border-style:solid;
	width:530px;
	height:30px;
	margin:5px 9px 0 9px;
	background-color:#E1E1FF;
	font-weight:bold;
	font-size:1.1em;
	
}
.cartbox {
	border-width:0 1px 1px 1px;
	border-style:solid;
	width:530px;
	height:30px;
	margin:0px 9px;
}
.cboxname {
	display:block;
	float:left;
	width:300px;
	height:30px;
	border-right-style:solid;
	border-width:1px;
	padding:0 0 0 5px;
	line-height:30px;
}
.cboxnames{
	display:block;
	float:left;
	width:340px;
	height:30px;
	border-right-style:solid;
	border-width:1px;
	padding:0 0 0 5px;
	line-height:30px;
}
.cboxnamest{
	display:block;
	float:left;
	width:389px;
	height:30px;
	border-right-style:solid;
	border-width:1px;
	padding:0 0 0 5px;
	line-height:30px;
}
.cboxtotal{
	display:block;
	float:left;
	width:394px;
	height:30px;
	border-right-style:solid;
	border-width:1px;
	padding:0 0 0 5px;
	line-height:30px;
	font-weight:bold;
}
.cboxqty {
	display:block;
	float:left;
	width:48px;
	height:26px;
	border-right-style:solid;
	border-width:1px;
	line-height:22px;
	text-align:center;
	padding-top:4px;

}
.cboxtrash {
	display:block;
	float:left;
	width:30px;
	height:24px;
	border-right-style:solid;
	border-width:1px;
	padding:6px 0 0 14px;
}
.cboxprice {
	display:block;
	float:left;
	width:113px;
	height:30px;
	padding:0 14px 0 0;
	text-align:right;
	line-height:30px;
	
}
.links {
	font-size:10px;
	color:#0000B9;
	font-weight:bold;
}
.shopNav {
	font-size:10px;
	color:#0000B9;
	font-weight:bold;
}
.viewitembox {
	width:99%;
	margin:15px auto;
	
}
.viewitemprice {
	width:49%;
	float:left;
	text-align:center;
	font-size:22px;
	
}
.viewitemadd {
	font-size:22px;
	font-weight:bold;
	width:49%;
	float:left;
	text-align:center;
	
}
.viewitemadd a{
	color:#ba9b62;
	text-decoration:underline;
	font-weight:normal;
}
.formtable td{
	padding:5px;
	font-size:0.8em;
}
.detsect {
	width:555px;
	font-size:0.8em;
	margin-top:20px;
	padding:10px 0 10px 20px;
	border-top:2px dashed #015cab;
}
.detsub {
	font-size:0.8em;
	margin:10px 0 10px 20px;
	font-weight:bold;
}