/* CSS Document */

#left_menu{
	background: #304386;
	height: 157px;
	width: 148px;
}

#left_menu a{
	display: block;
	color: white;
	font-family: arial;
	font-size: 11;
	font-weight: 600;
	padding: 0px;
	padding-top: 4px;
	padding-left: 24px;
	border-bottom: 1px solid #3D4E8C;
	height: 20px;
	background-image: url(./images/left_menu_link_bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	
}

#left_menu a:hover, .top_link:hover{
	color: #EFD5CF;
}

.top_link, .top_link:visited{
	display: block;
	color: white;
	font-family: arial;
	font-size: 11;
	font-weight: 600;
	text-decoration: none;
	padding-top: 5px;
}

.lm_space{
	border-bottom: 1px solid #3D4E8C;
	width: 100%;
	height: 4px;
	padding: 0px;
}

.left{
	position: absolute;
	top: 83px;
	left: 0px;
	width: 335px;
	height: 665px;
	background-image: url(images/bluestreak_bg.png);
	background-repeat: no-repeat;
}

.right{
	position: absolute;
	top: 83px;
	left: 286px;
	width: 584px;
}
.con{
	float: left; 
	display: block; 
	width: 99%;
	border: 2px solid black;
}
.quad{
	width: 24%;
	text-align: center;
}

.third{
	width: 30%;
	display: block;
}

.big{
	height: 500px;
	overflow: scroll;
}

.container{
	width: 550px;
	padding: 3px;
}

.fifty{
	width: 200px;
	float: left;
}


.hid{
	display: none;
}

#sec{
	width: 128px;
	display: none;
	position: absolute;
	top: 90px;
	left: 200px;
	background: #68686C;
}
#sec a{
	color: white;
	text-decoration: capitalize;
	font-size: 10px;
	font-family: arial;
	padding: 3px;
	text-align: left;
	font-weight: normal;
	width: 122px;
	display: block;
	border-bottom: 1px solid black;
}

#fet{
	width: 128px;
	display: none;
	position: absolute;
	top: 90px;
	left: 200px;
	background: #68686C;
}
#fet a{
	color: white;
	text-decoration: capitalize;
	font-size: 10px;
	font-family: arial;
	padding: 3px;
	text-align: left;
	font-weight: normal;
	width: 122px;
	display: block;
	border-bottom: 1px solid black;
}

.container{
	width: 747px;
	text-align: left;
}
.cart_menu{
	margin-left: 12px;
	margin-right: 12px;
}
.form_table, #info{
	width: 100%;
	margin: 3px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #8990AC; 
}

.form_table tr{

}

.form_table th, #info th{
	background: ;
	padding: 3px;
}

.form_table td, #info td{
	padding: 3px;
}

.form_table h1{
	margin: 3px;
	color: #003384;
}

.form_table h2, #info h2{
	margin: 3px;
}

.form_table h3, #info h3{
	margin: 3px;
}

.form_table p, #info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	text-align: left;
	vertical-align: top;
}

#info td p, #info td p{
	text-align: right;
}
.p_thumb{
	text-align: center;
	width: 156px; 
	height: 276px; 
	float: left; 
	border: 2px solid #8990AC; 
	margin: 4px; 
	padding: 6px; 
	background: #C5CBE0;
}

.p_thumb p, .p_thumb h3, .p_thumb a{
	text-align: center;
}
.tb{
	border: 2px solid #8990AC; 
}

.tb2{
	height: 113px;
	border: 1px solid #8990AC; 
}

.lm{
	padding-left: 14px;
}


h2, .h2{
	color: #8990AC;
	font-family: arial;
	font-size: 16px;
	margin: 1px;
}

h3, .h3{
	color: #8990AC;
	font-family: arial;
	font-size: 14px;
}



#info td{
	text-align: right;
}

.coupon{
	padding: 12px;
	border: 3px dashed black;
}

.coupon h1{
	font-family: arial;
	font-size: 22px;
	color: gray;
	text-align: center;
}

.coupon h2{
	text-align: center;
}

.coupon h4{
	font-family: arial;
	font-size: 16px;
	color: black;
	text-align: center;
}


strong{
}