/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*height:100%;
	background-color:#999999;*/
	background-image:url(../image/stripe_bg.png);
	background-repeat:repeat;
}
/**********************************/
.header {
	background-image:url(../image/bg_header.png);
	background-repeat:repeat-x;
	padding-top:4px;
	height:24px;
	width:190px;
	float:left;
}
.left_header {
	background-image:url(../image/left_header.png);
	background-repeat:no-repeat;
	float:left;
	width:8px;
	height:28px;
}
/**********************************/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.spacer {
	width:5px;
	height:5px;
	float:left;
}
.body_spacer {
	width:100%;
	float:left;
	height:5px;
}
#bodies {
	width:100%;
	float:left;
}
#main {
	width:1000px;
}
#left {
	width:200px;
	height:inherit;
	float:left;
	/*background-color:#DEDBDE;*/
}
#contents {
	width:790px;
	float:left;	
	/*border:1px solid #000000;*/
	height:auto;
}
#footer {
	width:100%;
	background-color:#000000;
	float:left;
	color:#FFFFFF;
	font-family:Tahoma;
	padding-top:5px;
	padding-bottom:5px;
}
#cart {
	padding:15px;
	width:96%;
	background-color:#FFFFFF;
	/*border:1px solid #000000;*/
	float:left;
}
/***************************************************/
.wrapers {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:100%;
	float:left;
	background-color:#FFFFFF;
/*	padding-top:5px;
	padding-bottom:5px;*/
}
.wrapers a:visited {
	text-decoration:none;
	color:#AF0303;
}
.wrapers a:link {
	text-decoration:none;
	color:#AF0303;
}
.wrapers a:hover {
	text-decoration:none;
	color:#339900;
}
/***************************************************/
#banner {
	text-align:left;
	background-color:#000000;
	/*border:1px solid #0000CC;
	background-image:url(../image/banner_bg.png);
	background-color:#000000;
	background-repeat:repeat-x;*/
	width:100%;
	height:120px;
	float:left;
}
/***************************************************/
#counters {
	width:98%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-family:Tahoma;
	font-size:13px;
	background-color:#FFFFFF;
}
#counter_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	font-size:16px;
	height:25px;	
}
#counter_spacer {
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
/***************************************************/
.search{
	width:98%;
	float:left;
	background-color:#FFFFFF;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-family:Tahoma;
	font-size:12px;
}
.search_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	font-size:16px;
	height:25px;	
}
.search_spacer {
	width:100%;
	float:left;
	padding-top:5px;
}
/***************************************************/
.menu {
	width:99%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
}
.menu_title {
	/*width:100%;*/	
	/*padding-top:4px;*/
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	color:#FFFFFF;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	font-size:16px;
	height:28px;	
}
/***************************************************/
.navigation {
	width:100%;
	float:left;
	height:30px;
	color:#FFFFFF;
	background-color:#000000;
}
.nav_right {	
	float:right;
	height:24px;
	font-size:13px;
	padding-top:6px;
	font-family:Tahoma;
	padding-right:5%;
}
.nav_right a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.nav_right a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.nav_right a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
/***********************************/
.nav {
	text-align:center;
	background-image:url(../image/nav.png);
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	width:100px;
	height:24px;
	padding-top:6px;
	float:left;
}
.nav:hover {
	background-image:url(../image/hv_nav.png);
}
.nav a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.nav a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.nav a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
/***************************************************/
#anno {
	width:98%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
}
#anno_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	height:25px;	
}
/***************************************************/
#support {
	width:98%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
}
#support_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	height:25px;	
}
/***************************************************/
.ads {
	font-family:Tahoma;
	font-size:12px;
	width:98%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
}
.ads_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	height:25px;	
}
/***************************************************/
#carts {
	width:98%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
}
#carts_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	height:25px;	
	font-size:16px;
}
/***************************************************/
#address {
	width:100%;
	/*padding-top:4px;*/
	height:26px;
	border-top:solid 1px #6A6A6A;
	float:left;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	background-color:#000000;
}
#add_left {
	float:left;
	padding-left:5px;
	padding-top:6px;
}
#add_right {
	float:right;
	padding-right:5px;
	padding-top:3px;
}

#add_right a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#add_right a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#add_right a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/***************************************************/
#news {
	width:98%;
	float:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-color:#FFFFFF;
}
#news_title {
	/*width:100%;*/
	float:left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	padding-top:4px;
	width:100%;
	font-family:Tahoma;
	font-weight:bold;
	height:25px;	
}
#news_body {
	font-family:Tahoma;
	width:96%;
	float:left;
	text-align:left;
	font-size:12px;
	padding:5px;
}
.news_main_links {
	float:left;
	width:100%;
}
.news_images {
	float:left;
	width:50px;
}
.news_link {	
	font-family:Tahoma;
	font-size:12px;
	float:left;
	width:65%;
}
.news_link a:visited {
	text-decoration:none;
	color:#AF0303;
}
.news_link a:link {
	text-decoration:none;
	color:#AF0303;
}
.news_link a:hover {
	text-decoration:none;
	color:#339900;
}
/***************************************************/
#menu_spacer {
	width:100%;
	height:1px;
	float:left;
}
/***************************************************/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color:#FFFFDF;
visibility: hidden;
z-index: 100;

overflow:hidden;
max-width:600px;
display:block;

/*clip : auto;
overflow : scroll;
display:block;
max-width:400px;*/
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/***************************************************/
.t_row {
	width:96%;
	/*border:solid 1px #000000;*/
	float:left;
	padding-left:25px;
	padding-top:4px;
	padding-bottom:4px;
}
.t_space {
	width:10px;
	float:left;
	height:1px;
}
.t_ads {
	width: 240px;
	float:left;
}
.s_img {
	width:240px;
}