/* CSS Document */
body {
	margin:0px;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color:#000000;
	background-color:#FFCC00;
}

h1 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin-top:10px;
}

.wrapper { 
  width: 756px; 
  margin: 0 auto; 
  text-align: left;
  background-color:#FFCC00;
} 

hr {
	color:#000000;
	background-color:#000000;
	border:none;
	height:1px;
}

/* this header is used with the drop down menu (currently disabled) */
.layout_header{
	height:33px;
	width:746px;
	/* float:left; */
	background-color:#000000;
	background-image:url(/_layout/images/a_756x43.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;	
}
/* this smaller header is used WITHOUT the drop down menu */
.smaller_layout_header{
	height:10px;
	width:746px;
	background-color:#000000;
	background-image:url(/_layout/images/a_756x10.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:10px;	
}

.layout_midle{
	width:756px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(/_layout/images/c_756x10.gif);
	background-repeat:repeat-y;	
}
.layout_footer{
	height:30px;
	width:756px;
	float:left;
	background-color:#FFCC00;
	background-image:url(/_layout/images/d_756x20.gif);
	background-repeat:no-repeat;
}
.left_col {
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	width:116px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
}
.main_col {
	width:590px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	float:left;
	vertical-align:text-top;
	background-color:#FFFFFF;
	z-index:1;
}



.menu_title {
	background-color:#FFCC00;
	border-left:1px solid #FFFF00;
	border-top:1px solid #FFFF00;
	border-right:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin:0px;
	padding:1px;
	padding-bottom:3px;
	padding-left:8px;
	width:105px; /* this size is depending on the padding */
	
}

.page_title {
	background-color:#FFCC00;
	border-left:1px solid #FFFF00;
	border-top:1px solid #FFFF00;
	border-right:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin-left:-10px;
	margin-bottom:6px;
	padding:2px;
	padding-left:8px;
	width:598px; /* this size is depending on the padding */
	
}


.left_links {
	border-bottom:1px solid #EEEEEE;
}
.left_links a:link, .left_col a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	height:12px;
	line-height:12px;
	display:block;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left:9px;
	padding-right:10px;
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #EEEEEE;	
}
.left_links a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	height:12px;
	line-height:12px;
	display:block;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left:9px;
	padding-right:10px;
	color:#000000;
	background-color:#EFEFEF;
	border-top:1px solid #EEEEEE;
}




/* MESSAGE IN HEADER >>> */
.message_success {
	padding:4px;
	background-color:#009900;
	border:1px solid #006600;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}
.message_error {
	padding:4px;
	background-color:#CE0000;
	border:1px solid #990000;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}
.message_info {
	padding:4px;
	background-color:#FFFFCC;
	border:1px solid #993300;
	color:#990000;
	margin-top:0px;
	margin-bottom:10px;
}
/* MESSAGE IN HEADER <<< */




.get_flash_player_header {
	width:114px;
	height:15px;
	float:left;
	color:#FFFFFF;
	background-color:#FF0000; 
	border: #FFFFFF 1px solid; 
	text-align:center;
	font-size:10px;
	padding-top:6px;
	padding-bottom:0px;
	line-height:8px;
}
.get_flash_player_header a:link, .get_flash_player_header a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.html_menu_header{
	background-color:#FFCC00; 
	color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-left: #FFFF00 1px solid; 
	border-top: #FFFF00 1px solid; 
	border-right: #FF9900 1px solid; 
	border-bottom: #FF9900 1px solid;
	margin-left:10px;
	width:598px;
	height:15px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:0px;
	line-height:8px;
	font-size:10px;
	float:left;
	}
.html_menu_header a:link, .html_menu_header a:visited{
	color:#000000;
	text-decoration:none;
	}
.html_menu_header a:hover{
	color:#FF0000;
	}




a:link, a:visited {
color:#FF9900;
text-decoration:none;
}
a:hover {
color:#FF0000;
text-decoration:none;
}
.red_text {
	color:#FF0000;
}

/*
----------------------------- 
 START OF MENU STYLE 
----------------------------- 
*/
.top_menu{
	width: 735px;
	font:normal 12px Verdana;
	background-color:#FFFFFF;
	border-top:1px solid #FFFF00;
	border-bottom:1px solid #FF9900;
	border-right:1px solid #FF9900;
	background-color:#FFCC00;
}

.top_menu:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.top_menu ul{
	margin:0px;
	padding:0px;
	text-align: left;
	vertical-align:baseline;
	height:21px;
}

.top_menu ul li{
	display: inline;
}

.top_menu ul li a:link, .top_menu ul li a:visited{
	color: #000000;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:4px;
	line-height:20px;
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FFFF00;
	background-color:#FFCC00;
}

.top_menu ul li a:hover{
	background: url(/scripts/java_drop_down_menu/menu_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.top_menu ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " *";*/
/*content: " " url(/scripts/java_drop_down_menu/down_arrow.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #FF9900; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:1000;
background-color: white;
width: 200px;
visibility: hidden;
margin-left:0px;
margin-top:0px;
padding-top:0px;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width:100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #FF9900; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
background-color:#FFCC00;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#FFFF00;
color:#000000;
}

.last_separator {
position:absolute;
width:100%;
display:inline;
padding-top:3px;
padding-bottom:4px;
width:1px;
border-left:1px solid #FFFF00;
cursor:default;
}
/*
----------------------------- 
 END OF MENU STYLE 
----------------------------- 
*/




.price_text {
	font-size:10px;
	cursor:default;
}
.info_box {
background-color:#FFFFCC;
border:1px solid #FFCC00;
line-height:14px;
padding:5px;
font-size:10px;
color: #C60000;
}


.product_list_item {
	width:190px;
	height:140px;
	float:left;
}

.product_list_image {
	width:150px;
	padding:0px;
	margin:0px;
	vertical-align:baseline;
}

.product_list_title {
	margin-top:6px;
	width: 148px;
	height:16px;
	float:left;
	padding-top:3px;
	text-align:center;
	text-align: center;
	text-decoration: none;
	font: normal 10px Verdana;
	color:#D3D3D3;
	vertical-align:text-bottom;
	margin-bottom:4px;
}

.product_list_button {
}

.product_list_button a, .product_list_button a:visited {
	margin-top:4px;
	width: 71px;
	height:16px;
	float:left;
	padding-top:3px;
	text-align:center;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	text-align: center;
	text-decoration: none;
	font: normal 10px Verdana;
	color:#666666;
	vertical-align:text-bottom;
}

.product_list_button a:hover{
	background-color:#FAFAFA;
	color:#666666;
}

.product_button_space{
	width:4px;
	float:left;
}

.content_div{
	float:left;
	width:590px;
	text-align:left;
}
.bullet_arrow {
	vertical-align:baseline;
	padding-bottom:1px;
}

.chat_image {
	margin:0px;
	padding:0px;
}
.chat_image a:link, .chat_image a:visited {
	border:none;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
}

.special_offer {
	margin-bottom:10px;
	margin-left:10px;
}
.special_offer a:link, .special_offer a:visited {
	text-decoration:none;
	border:none;
	margin:0px; 
	padding:0px; 
	line-height:0px;
	text-align:center;
	width:96px;
	height:96px;
	text-align:center;
}

.alert_text {
	color:#FFFFFF;
	background-color:#FF0000;
	border:1px solid #990000;
	padding:4px;
	padding-left:5px;
	}
