/* HTML */

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
	font-size: 13px;
	color: #000000;
}


table {
	font-size: 13px;
}

h1 {
	font-size: 16px;
	margin: 20px 0px 20px 0px;
}
h2 {
	font-size: 14px;
	margin: 20px 0px 10px 0px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h3,  h4 {
	margin: 15px 0px 10px 0px;
}

a:link {
	color: #054EA8;
	text-decoration: underline;
}
a:visited {
	color: #547aa8;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

hr {
	border-bottom: 1px solid #cccccc;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
}
dt {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
li {
	margin: 5px 0px 5px 0px;
}
dd ul {
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, select, button {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}
a img {
	border-style: none;
}

.justify {
	text-align: justify;
}

.blink a:link, .blink a:visited {
	color: #000000;
}

.small {
	font-size: 11px;
}
.small_note {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	position: relative;
	left: 5px;
}
.big {
	font-size: 14px;
}
.red {
	color: #e50000;
}

.green {
	color: #339900;
}
.rstar {
	color: #FF0000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.err, .err a:link, .err a:visited {
	color: #FF0000;
}
.done, .done a:link, .done a:visited {
	color: #488000;
}

.warn, .warn a:link, .warn a:visited {
	color: #F9BB00;
}

.noul, .noul a:link , .noul a:visited , .noul a:hover {
	text-decoration: none;	
}

.center {
	text-align: center;
}

.floatbr {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	font-size: 1px;
}

.gr_bg {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #75A31B;
	padding: 5px 30px;
}

.gr_hed {
	margin: 30px 0px 30px 0px;
}

.width_med {
	width: 60%;
}

.width_long {
	width: 90%;
}

.width_100 {
	width: 100%;
}
.width_auto {
	width: auto;
}
.width_650 {
	width: 650px;
}
.width_400 {
	width: 400px;
}

.none {
	display: none;
}

.tbl table {
	font-size: 100%;
	margin: 10px 0px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.tbl th {
	background-color: #f2f2f2;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: center;
}
.tbl th a:link, .tbl th a:visited {
	color: #000000;
}

.tbl td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}


/* TOOLTIP */

a.tt span {display:none;}
a.tt {
	position:relative;
	cursor: help;
	text-decoration: none;
	font-weight: normal;
	z-index: 0;
}
a.tt:hover {background-color: transparent; text-decoration: none;}
a.tt:hover span {
	display: block; background: #ffffe1; border: black 1px solid; 
	color: black;
	position: absolute;
	left: 35px; top: 0px;
	width: 150px;
	padding: 3px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
a.tt img {
	position:relative;
	top: 3px;
	left: 3px;
	padding: 0px 3px;
}

/* HELP BOX */

.help_box_long, .help_box, .help_box_med {
	background-color: #ffffe1;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	padding: 10px;
}

.help_box h3, .help_box_long h3, .help_box_med h3 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

.help_box_long {
	width: auto;
	margin: 20px 0px;
}
.help_box_med {
	width: 300px;
	float: right;
}
.help_box {
	width: 150px;
	float: right;
	margin-left: 10px;
}

.help_box_long a:link, .help_box_long a:visited, .help_box a:link, .help_box a:visited, .help_box_med a:link, .help_box_med a:visited {
	color: #000000;
}

.sc_hlt {
	font-weight: bold;
	/*color: #CC0000;*/
}


/* STRUCTURE */

#container {
	margin: 0px auto;
	width: 980px;
	text-align: left;
	background-color: #ffffff;
}


#logobox {
	height: 48px;
	width: 182px;
}

#topbox 
{
	position: relative;
}

#topright {
	position: absolute;
	right: 0px;
	top: 0px;
}

#header {
	background-color: #496782;
	height: 70px;
	width: auto;
	border-bottom: 5px solid #3e556b;
	color: #ffffff;
	position:relative;
}

#hed_l {
	position: absolute;
	left: 10px;
	top: 10px;
}
#hed_r {
	position: absolute;
	right: 10px;
	top: 10px;
}

#hed_l input, #hed_r select {
	font-size: 12px;
}

.hed_up_tit {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
}


#adv_search_lnk {
	margin-left: 50px;
}
#adv_search_lnk, #adv_search_lnk a:link, #hed_l a:visited {
	color: #ffffff;
	font-size: 11px;
}
#adv_search_lnk #in_cat_bx {
	margin-right: 20px;
}


#but_box img {
	margin-left: 5px;
}


#top_menu {
	background-color: #d8e0e6;
	width: auto;
	position:relative;
}

#top_menu_l {
	padding: 8px 10px 5px 10px;
	height: 20px;
}

#top_menu_r {
	position: absolute;
	right: 10px;
	top: 7px;
}

#top_menu_bookm {
	position: absolute;
	right: 10px;
	top: 5px;
}

#top_menu_r a:link, #top_menu_r a:visited {
	color: #000000;
}


#adv {
	width: auto;
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	margin: 15px 0px;
	position:relative;
}

#adv_tit {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 5px 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
}

#adv_banner {
	text-align: center;
	margin: 0px;
	padding: 5px;
}

#adv_banner img {
	border: 1px solid #CCCCCC;
}

#mainbox {
	border: 1px solid #CCCCCC;
	width: auto;

	background-image: url('/img/bg_line.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#maintext {
	width: 645px;
	padding: 5px 0px 40px 30px;
	float: left;
}

#adv_col {
	width: 250px;
	float: right;
	padding: 10px 10px 40px 10px;
}

#foot_menu {
	text-align: center;
	margin: 10px 0px;
}
#foot_menu a:link, #foot_menu a:visited, #foot_menu a:hover {
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin: 0px 10px;
}

#footer {
	background-color: #d8e0e6;
	position:relative;
}

#footer, #footer a:link,  #footer a:visited {
	color: #000000;
}

#foot_l {
	padding: 10px;
}
#foot_r {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* top inputs */


/* OTHER PAGES */

/* index */

#m_cat_list_l {
	float: left;
	width: 300px;
	margin-left: 10px;
}

#m_cat_list_r {
	float: right;
	width: 300px;
}

.m_cat_h1 h2, .m_cat_h1 h2 a:link, .m_cat_h1 h2 a:visited {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #054EA8;
	
}

.m_cat_h1 h2 a:hover, .m_cat_subc li a:hover {
	color: #cc0000;
}


.m_cat_h1 em {
	font-size: 12px;
	color: #666666;
	font-style: normal;
	margin-left: 5px;
}

.m_cat_subc ul {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
.m_cat_subc li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	font-size: 11px;
}
.m_cat_subc, .m_cat_subc li a:link, .m_cat_subc li a:visited {
	color: #000000;
}


/* comment */
#d_com_box {
	margin: 50px 50px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#d_com_box ul, #d_com_box2 ul {
	margin: 10px 10px 25px 30px;
}
#d_com_box li, #d_com_box2 li {
	list-style-type: none;
	margin-top: 20px;
}
#d_com_box .d_com_name, #d_com_box2 .d_com_name {
	margin: 5px 0px 5px 0px;
}

#d_com_box .d_com_txt {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}

#d_com_box em, #d_com_box2 em {
	font-size: 11px;
	font-style: normal;
	color: #666666;
	margin-left: 10px;
}


#d_com_box2 {
	margin: 10px 0px 10px 0px;
}

/* AD_BOX */

.ad_box {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 0px;
	margin: 20px auto;
	width: 80%;

}
.ad_box img {
	border: 1px solid #cccccc;
}

.ad_box .ad_b_url, .ad_box .ad_b_url a:link, .ad_box .ad_b_url a:visited {
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #000000;
	margin: 10px;
}
.ad_box .ad_b_img {
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.ad_box .ad_b_descr, .ad_box .ad_b_url2 {
	font-size: 11px;
}
.ad_box .ad_b_descr, .ad_box .ad_b_url2 {
	margin: 10px;
}
.ad_box .ad_b_url2  {
	text-align: right;
}
.ad_box .ad_b_url2 a:link, .ad_box .ad_b_url2 a:visited, .ad_box .ad_b_url2 a:hover  {
	color: #438100;
}
.ad_box .ad_b_url2 a:hover  {
	color: #cc0000;
}

.ad_box_tit {
	padding: 4px 0px;
	margin: 0px 0px 15px 0px;
	background-color: #cccccc;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}

/* INDEX */

.index_recom_url {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}

.index_recom_desc, .index_recom_desc a:link, .index_recom_desc a:visited {
	margin: 10px 30px 20px 0px;
	color: #000000;
}

/* NEWS */

.news_box_m {
	margin: 5px 0px 30px 0px;
	padding: 5px 15px;
	width: auto;
}
.news_box_m .news_tit, .news_box_m .news_tit a:link, .news_box_m .news_tit a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px;
}

.news_box_m .news_tit_d, .news_box_m .news_tit_d a:link, .news_box_m .news_tit_d a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px;
}

.news_box_m .news_tit a:hover, .news_box_m .news_url_go a:hover {
	color: #cc0000;
}

.news_box_m .news_txt {
	padding-right: 10px;
	clear: both;
}
.news_box_m .news_date, .date_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #b3b3b3;
	font-weight: normal;
	margin-right: 10px;
}
.news_box_m .news_date {
	padding: 3px;
}

.date_small {
	padding: 2px;
}

.news_box_m .news_site {
	width: auto;
	float: left;
	font-size: 11px;
}
.news_box_m .news_site, .news_box_m .news_site a:link, .news_box_m .news_site a:visited  {
	color: #666666;
	margin: 10px 0px 0px 0px;
}

.news_box_m .news_url_go  {
	width: 100px;
	float: right;
	margin: 10px 0px 0px 0px;
}
.news_box_m .news_url_go a:link, .news_box_m .news_url_go a:visited  {
	font-size: 11px;
	color: #438100;
}

.pay_link, .pay_link a:link, .pay_link a:visited {
	font-size: 11px;
	color: #666666;
}

#rssico {
	position: relative;
	left: 10px;
}

#cse-search-results, #cse-search-box {
	font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
	font-size: 13px;
}

.homepage-ico {
	position: relative;
	right: 5px;
	top: 7px;
}

#s_filter_box {
	width: 240px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin: 20px auto;
	width: 80%;
}
#s_filter_box input, #s_filter_box select {
	width: 100%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

.s_f_name {
	padding: 4px 0px;
	margin: 5px 0px 15px 0px;
	background-color: #cccccc;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}


#s_filter_but input {
	width: auto;
	margin: 5px 0px;
}

.f_opt_name {
	font-size: 11px;
	margin-bottom: 5px;
	color: #666666;
}

.s_list_box {
	margin: 20px 0px 30px 0px;
	padding: 10px 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

.s_box {
	padding: 15px 0px 15px 40px;
}

.s_box h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;

	position: relative;
}

.s_box .s_h_top {
	font-weight: bold;
}

.s_box .s_num {
	font-size: 12px;
	font-weight: normal;
	
	width: 30px;	
	text-align: right;

	position: absolute;
	left: -40px;
}
.s_box  .s_h_vip {
	background-image: url(/img/star.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 10px;
	width: 10px;
	position: absolute;
	left: -40px;
}

.s_url, .s_deliv_reg, .s_subc, .s_com_box {
	font-size: 11px;
	margin: 2px 0px;
}

.s_url {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0px;
}

.s_url, .s_url a:link, .s_url a:visited {
	color: #438100;
}

.s_deliv_reg, .s_subc, .s_subc a:link, .s_subc a:visited, .s_com_box a:link, .s_com_box a:visited  {
	color: #4d4d4d;
}

.s_cat_h1 h1, .s_cat_h1 a:link, .s_cat_h1 a:visited {
	color: #000000;
	margin: 30px 0px 20px 10px;
	font-size: 16px;
}

.s_subsame_box {
	margin: 30px 0px 0px 20px;
}


.s_subcat {
	width: 50%;
	float: left;
}

.s_samecat {
	width: 50%
	float: right;
}

.s_subcat, .s_samecat {
	color: #666666;
}

.s_subcat strong, .s_samecat strong {
	font-size: 12px;
	color: #000000;
}

.s_subcat ul, .s_samecat  ul {
	margin: 5px 20px 10px 20px;
	padding: 0px;
}
.s_subcat li, .s_samecat  li {
	font-size: 12px;
	margin-bottom: 2px;
	list-style-type: none;
	padding: 0px;
}

/* pages */

#s_scount {
	margin: 15px 0px 10px 20px;
}
#s_page_box {
	font-size: 14px;
	margin: 20px 0px 30px 20px;
}

#s_page_box a {
}

.s_p_cur {
	background-color: #e5e5e5;
	padding: 2px 5px;
	margin: 0px 2px;
}

.s_p_lnk {
	font-weight: bold;
	margin: 0px 2px;
}
.s_dots {
	font-weight: bold;
}
.s_p_next, .s_p_prev {
	margin: 0px 3px;
}
.adv_s_tbl td {
	vertical-align: top;
	padding-right: 10px;
}

/* BEGUN */

.begun_list {
	border-top: 1px solid #cccccc;
	padding: 10px 0px 0px 38px;
	margin-top: 10px;
}


/* DETAIL */

.d_h h1, .d_h a:link, .d_h a:visited {
	color: #000000;
	margin: 30px 0px 10px 0px;
	font-size: 16px;
	text-decoration: none;
}
/*
.ico_cart {
	background-image: url('/img/ico_cart.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 0px;
	padding-left: 40px;
}
*/
.d_h a:hover {
	text-decoration: underline;
}

.d_url, .d_url a:link, .d_url a:visited {
	color: #438100;
	padding-bottom: 0px;
}

.d_des1 {
	margin: 10px 0px;
	text-align: justify;
}

#d_opt_box {
	margin: 20px 0px 30px 0px;
}

#d_opt_box table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #CCCCCC;
}

#d_opt_box td, th {
	border: 1px solid #CCCCCC;
}

#d_opt_box th {
	width: 150px;
	background-color: #f2f2f2;
	text-align: right;
	padding: 7px 10px 5px 5px;

	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-transform: uppercase;
}

.d_2_td_cats {
	font-size: 12px;
}

#d_opt_box th strong {
	font-weight: normal;
}

#d_opt_box td {
	padding: 7px 15px;
}

#d_opt_box .d_2_td_cats a:link, #d_opt_box .d_2_td_cats a:visited {
	color: #000000;
}

/* ******* */

#d_stat_box {
	margin: 20px auto;
	width: 80%;
}

.d_stat_tit {
	padding: 4px 0px;
	margin: 5px 0px 15px 0px;
	background-color: #cccccc;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
}

#d_stat_box .d_s_sp {
	margin: 5px 0px;
}

 #d_vote_box {
	margin: 20px auto;
	width: 80%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.d_v_opt {
	margin: 3px 0px 3px 10px;
}
#d_vote_but {
	margin: 10px 0px 3px 10px;
}
#d_vote_but input {
	font-size: 11px;
}


/****************/

.mixblock, .mixblock td {
 font-size: 11px;
}

a.mixurl {
	color: #438100;
}


a.lnk_add {
	background-image: url('/img/plus-ico.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 2px 0px 2px 20px;
}

a.lnk_login {
	background-image: url('/img/door-ico.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 2px 0px 2px 20px;
}

a.lnk_news {
	background-image: url('/img/list-ico.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 2px 0px 2px 22px;
}

a.subcat_ico {
	background-image: url('/img/cat_ico.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 2px 17px;
}
