/**
TODO
Make it with Percent Size
**/

/***
	Pixel <-> Procent
	24px 	150%
	21px	130%
	18px	115%
	14px	90%
	12px	75%
	11px	70%
***/
body{
	background:#fff url(../images/body-bg.gif) repeat-x 0 0px;
	text-align:center;
	padding:0 25px;
	margin:0;
	color:#222;
	font-size:13px;
	line-height:1.45;
	font-family:Arial, Helvetica, sans-serif;
}
*{
	padding:0;
	margin:0;
	outline:0 !important;
}
.cl{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
}
.clear {
	clear:both;
}
.l{
	float:left;
	display:inline;
}
.r{
	float:right;
	display:inline;
}

h1, h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {
	font-size:24px; /* 24px */
}
h2{
	font-size:21px; /* 21px */
	color:#2d6599;
}
h3{
	font-size:18px; /* 18px */
	font-weight:normal;
}
h4{
	font-size:15px;
	padding-bottom:10px;
}
h5{}
h6{}
a{
	color:#003c79;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#000034;
}
a:visited{}
p {
}
ul, ol{
	margin-left:25px;
}
ul li, ol li{
	padding:1px 0;
}

small {
	font-size:10px; /* 11px */
	color:#666;
	display:block;
}
.lblue {
	color:#2d6599;
}
.blue {
	color:#003c79;
}
.red {
	color:#d13a00;
}
.gray {
	color:#666;
}

#head{
	background:#fff url(../images/head_bg.gif) repeat-x 0 0;
	height:55px;
	border-bottom:solid 1px #ddd;
}
.nocats {
	font-size:1px;
	line-height:1px;
	height:10px;

}
#cats{
	background:#feda53 url(../images/cats.gif) repeat-x 0 0;
	padding:0;
	
}
#subcats{
	background:#fff url(../images/subcats.gif) repeat-x 0 0;
}
#subcats ul{
	font-size:11px;
	padding-bottom:10px;
	padding-top:7px;

}
#cnt, #topcnt{
	background:#fff;
	clear:both;
	padding:30px 20px 20px 20px;
}

.sl{
	margin-right:340px;
}
.sr{
	float: right;
	display:inline;
	width:300px;
}
.ssl{
	margin-right:440px;
}
.bsr{
	float: right;
	display:inline;
	width:400px;
}


#cats, #subcats{
	padding:2px 20px;
}
#cats a{
	font-weight:bold;
}


ul.categories {
	list-style-type:none;
	line-height:1;
	padding:5px 0 7px 0;
	margin:0;
	font-size:11px;
}
ul.categories li {
	display:inline;
	margin-right:10px;
}
ul.categories li.active {}
ul.categories li a {
	text-decoration:none;
}
ul.categories li.active a{
	color:#000034;
}
ul.categories li a:hover {
	text-decoration:underline;
}
.brbb {
	border-bottom:solid 1px #ccc;
}
.rounded {
	margin-bottom:25px;
}
.rounded .tl {
	background: url(../images/corns/gb_tl.gif) no-repeat 0 0;
}
.rounded .tr {
	background:url(../images/corns/gb_tr.gif) no-repeat 0 0;
}
.rounded .bl {
	background:url(../images/corns/gb_bl.gif) no-repeat 0 0;
}
.rounded .br {
	background:url(../images/corns/gb_br.gif) no-repeat 0 0;
}
.rounded {
	border:solid 1px #ddd;
}
.rounded .rc {
	clear:both;
	padding:5px 15px 10px 15px;
	line-height:1.45;
}
.tl, .tr, .bl, .br {
	position:relative;
	width:6px;
	height:6px;
	font-size:0;
	line-height:0;
	display:inline;
}
.tl, .bl {
	float:left;
	margin-left:-1px;
}
.tr, .br {
	float: right;
	margin-right:-1px;
}
.tl {
	margin-top:-1px;
}
.tr {
	margin-top:-1px;
}
.bl {
	margin-bottom:-1px;
}
.br {
	margin-bottom:-1px;
}
#tabs {
	border-bottom:solid 1px #ddd;
	padding:0 20px;
}
#tabs ul {
	margin:0;
	font-size:21px;
	float:right;
	font-family:"Times New Roman", Times, serif;
}
#tabs ul li {
	float: left;
	display:inline;
	margin:0 0 0 3px;
	padding:0;
}
#tabs ul li strong {
	font-weight:normal;
}
#tabs ul li a, #tabs ul li strong{
	display:inline;
	float:left;
	background:#e8e8e8 url(../images/corns/g_tl.gif) no-repeat 0 0;
	text-decoration:none;
}
#tabs em {
	font-style:normal;
}
#tabs ul li a span, #tabs ul li strong span{
	background:url(../images/corns/g_tr.gif) no-repeat right 0;
	float:left;
	padding:1px 17px 1px 17px;
	cursor:pointer;
}
#tabs ul li strong span {
	cursor:auto;
}
#tabs ul li.active {
	border:solid 1px #ddd;
	border-bottom:0;
	margin-bottom:-1px;
	position:relative;
	background:#fff;
}
#tabs ul li.active a, #tabs ul li.active strong{
	background:url(../images/corns/gb_tl.gif) no-repeat 0 0;
	margin-left:-1px;
	margin-top:-1px;
	position:relative;
}
#tabs ul li.active a span, #tabs ul li.active strong span{
	background:url(../images/corns/gb_tr.gif) no-repeat right 0;
	margin-right:-1px;
	position:relative;
	padding:2px 17px 3px 17px;
	color:#222;
}
#tabs ul li.title {
	float:left;
	line-height:1;
}
#tabs h2 {
	color:#222;
	padding-top:5px;
	float:left;
	line-height:1;
}
#subnav {
	font-size:11px;
	background:url(../images/snav.gif) repeat-x 0 bottom;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	position:relative;
}
#subnav .slinks {
	padding:5px 20px 10px 20px;
}
#subnav .str {

	width:6px;
	height:6px;
	font-size:1px;
	line-height:1px;
	
	padding:0;
	background: url(../images/corns/gb_tr.gif) no-repeat right 0;
	right:-1px;
	top:-1px;
	z-index:20;
	float: right;
	position:relative;
}
#subnav .stl {
	width:6px;
	height:6px;
	font-size:1px;
	line-height:1px;
	
	background: url(../images/corns/gb_tl.gif) no-repeat 0 0;
	top:-1px;
	left:-1px;
	z-index:20;
	float:left;
	position:relative;
}
#subnav.nolinks .str{

	
}
#subnav.nolinks {
	height:23px;
}

.line {
	margin:0 8px;
	color:#aaa;
}

.shlogg {
	clear:left;
	padding-bottom:45px;
	position:relative;
}
.shlogg .l {
	width:168px;
}
.shlogg .shright {
	margin-left:183px;
}
.shlogg h3 span {
	font-size:11px;
	color:#666;
}
.shlogg h3 span.match {
	font-size:18px;
	color:#000;
}
.shlogg h3 span strong {
	margin:0;
}

.shlogg .product-title {
	padding-bottom:5px;
}
.shlogg h3 {
	
}
.shright h3 strong {
	margin-left:5px;
	*margin-left:9px;
}
.shright h3 strong.red {
	margin-right:4px;
	margin-left:0;
}
.shlogg p {
	padding-top:8px;
	padding-bottom:6px;
	color:#555;

}
a.shloggs {
	display:block;
	width:65px;
	text-align:center;
	background:url(../images/shloggs.gif) no-repeat 0 0;
	text-decoration:none;
	line-height:1;
	font-size:11px;
	color:#666;
	padding:8px 0 7px 0;
}
a.shloggs span {
	font-size:24px;
	display:block;
	color:#444;
}
a.shloggs:hover, a.shloggs:hover span{
	color:#111;
}

a.shloggit, span.shlogged {
	display:block;
	font-size:11px;
	text-align:left;
	width:65px;
	background:url(../images/shloggit.gif) no-repeat 0 0;
	margin:3px 0 0 0;
	line-height:1;
	text-decoration:none;
	height:25px;
}
a.shloggit span {
	cursor:pointer;
	display:block;
	padding:7px 0 0 7px;
}
span.shlogged {
	background:url(../images/shlogged.gif) no-repeat 0 0;
}
span.shlogged span {
	text-align:center;
	padding-top:7px;
	font-weight:bold;
	display:block;
	color:#777;
}
a.shimg {
	width:100px;
	height:78px;
	background:url(../images/shlogg-img.gif) no-repeat 0 0;
	text-decoration:none;
	text-align:center;
	padding:3px 0 0 0;
}

.stars {
	margin:0 0 0 65px;
	text-align:center;
	font-size:11px;
	padding:13px 0 0 0;
	line-height:21px;
}
.stars img {
	margin:0 2px;
}

.shlink {
	font-size:11px;
	margin:0;
	padding:3px 0 0 0;
}
.shlink li {
	display:inline;
	border-left:solid 1px #ddd;
	padding:0 3px 0 7px;
	color:#666;
}
.shlink li img {
	margin-bottom:-3px;
	margin-right:5px;
}
.shlink li.comm {
	background:url(../images/comm-ico.gif) no-repeat 0 0;
	padding-left:20px;
	border:0;
}
.shlink li.send {
	background:url(../images/send-ico.gif) no-repeat 7px 1px;
	padding-left:27px;
}
.shlink li.scored {
	background:url(../images/scored-ico.gif) no-repeat 7px 0px;
	padding-left:23px;
}
.shlink li.flog, a.flog {
	background:url(../images/flog-ico.gif) no-repeat 7px 0px;
	padding-left:22px;
}
a.flog {
	padding-left:15px;
	background-position:0 0;
}


ul.arr {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.arr li {
	background:url(../images/barr.gif) no-repeat 0 50%;
	padding-left:10px;
}
#foot .l {
	margin-right:20px;
	background:url(../images/foot_sep.gif) no-repeat 0 0;
	padding-left:20px;
	padding-top:10px;
	height:95px;
}

#foot h4 {
	font-size:12px;
}
#foot ul {
	font-size:11px;
}

#foot {
	background:#fff url(../images/foot.gif) repeat-x 0 -1px;
}
#foot h4 {
	padding-bottom:0;
}
#foot a img {
	border:0;
}
#foot .r {
	color:#777;
	font-size:11px;
	padding-top:9px;
}
#foot p {
	text-align: left;
	padding:15px 0 20px 0;
	font-size:11px;
	color:#666;
}
#foot .r img {
	position:relative;
	top:-2px;
}
ul.top10 {
	margin:0;
	list-style-type:none;
	padding:10px 0 0 0;
}
ul.top10 li {
	clear:both;
	margin-bottom:7px;
	line-height:1.2;
}
ul.top10 li span {
	background:url(../images/top10.gif) no-repeat 0 0;
	width:40px;
	height:30px;
	float:left;
	margin-top:2px;
	text-align:center;
	margin-right:10px;
}
ul.top10 li span a{
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:6px 0 0 0;
	color:#666;
}
ul.top10 li span a:hover {
	color:#222;
}
#logo {
	float:left;
	display:inline;
	margin-left:0px;
}
ul#mainnav {
	float: right;
	display:inline;
	margin:0;
	list-style-type:none;
	font-size:22px;
}
ul#mainnav li {
	display:inline;
	padding:16px 0 0 20px;
	float:left;
	line-height:1;
}
ul#mainnav li a{
	font-weight:bold;
	text-decoration:none;

}
ul#mainnav li a:hover, ul#mainnav li a.active{

}
#head .search {
	float:right;

	padding:18px 20px 0 20px;
	text-align:right;
	margin-left:20px;
	border-left:solid 2px #bbd0df;

	color:#ccdce9;
	display:inline;
	background:#005795;
	height:37px;
}
#head .search a{
	color:#fff;
	color:#ccdce9;
}
#head .search .field_s {
	width:150px;
}
.field_s {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color:#666;
	border:solid 1px #085c95;
	padding:2px 5px;
}

.paging {
	margin-left:183px;
	font-size:12px;
	padding-bottom:20px;
}
.paging a{
	padding:2px 7px;
	text-decoration:none;
	border:solid 1px #ddd;
	margin-left:2px;
}
.paging a:hover {
	border:solid 1px #003c79;
}
.paging a.active {
	background:#003c79;
	color:#fff;
	border:solid 1px #003c79;
	padding:3px 7px;
	margin-left:4px;
	margin-right:2px;
}

.bbutton {
	background:#fff url(../images/bbutton.gif) repeat-x 0 0;
	border:solid 1px #ccc;
	cursor:pointer;
	font-size:11px;
	padding:1px 5px;
	*padding:1px 2px;
}

.getthisdeal {
	position:relative;
	font-size:11px;
	display:inline;
	top:-2px;
}
.getthisdeal {


}
.getthisdeal ul {
	margin:0;
	list-style-type:none;
	padding:5px 10px 7px 8px;
	background:url(../images/corns/smg_bc.gif) repeat-x 0 bottom;
}
.getthisdeal ul li {
	border-bottom:solid 1px #ddd;
	padding:4px 0;
}
.getthisdeal .smenu {
	position:absolute;
	width:200px;
	left:0px;
	top:15px;
	*top:22px;
	background:#fff;
	border:solid 1px #aaa;
	z-index:5;
}
.getthisdeal .str {
	position:relative;
	margin-top:-1px;
	margin-right:-1px;
	background:url(../images/corns/sm_tr.gif) no-repeat right 0;
	z-index:6;
	padding-top:2px;
}
.getthisdeal .sbl {
	position:relative;
	background:url(../images/corns/smg_bl.gif) no-repeat 0 bottom;
	margin-left:-1px;
	margin-bottom:-3px;
	padding-left:2px;
	z-index:7;
}
.getthisdeal .sbr {
	position:relative;
	margin-bottom:-1px;
	background:url(../images/corns/smg_br.gif) no-repeat right bottom;
	padding-right:2px;
	z-index:8;
}
.getthisdeal .title,
.getthisdeal .act_title {
	background:url(../images/getthisdeal.gif) no-repeat 0 4px;
	padding:7px 17px 4px 10px;
	margin:0;
	color:#d13a00;
	z-index:9;
	position:relative;
}
.getthisdeal .act_title {
	background:url(../images/getthisdeal.gif) no-repeat 0 4px;
	padding:7px 17px 2px 10px;
}
.getthisdeal .title:hover,
.getthisdeal .act_title:hover {
	color:#000034;
}

a.submit-deal {
	float:right;
	font-weight:bold;
	margin:3px 0 0 0;
	background:url(../images/submit-deal.gif) no-repeat 0 3px;
	padding-left:30px;
}

label {
	display:block;
	font-weight:bold;
	padding:6px 0 2px 0;
}
label.morep {
	padding-top:10px;
}
fieldset {
	padding:0 0 0 20px;
	border:0;
	border-top:solid 1px #fed878;
	margin-bottom:30px;
}
fieldset .ftl,
fieldset .ftr {
	background:url(../images/fieldset-l.gif) no-repeat 0 0;
	position:relative;
	float:left;
	display:inline;
	width:6px;
	height:86px;
	margin-top:-16px;
	margin-left:-21px;

}
fieldset .ftl {
}
fieldset .ftr {
	background:url(../images/fieldset-r.gif) no-repeat 0 0;
	float:right;
	margin-left:0;
}
.field {
	border:solid 1px #8bb3d2;
	background:#fff url(../images/field.gif) repeat-x 0 -5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 7px;
}
select.field {
	padding:1px 3px;
}
#search-form p.row {
	padding-bottom:15px;
}
fieldset p.row {
	padding-top:15px;
}
fieldset p label {
	display:inline;
}
legend {
	font-size:21px; 
	color:#2d6599;
	font-family:"Times New Roman", Times, serif;
	padding:0 10px;
}
.button {
	padding:5px 18px;
	*padding:4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:pointer;
}
.btnp {
	border-top:solid 1px #fed878;
	background:url(../images/btnp.gif) repeat-x 0 1px;
	*background-position:0 2px;
	padding:20px 0 40px 20px;
}

.dhaccount p {
	padding-top:10px;
}
.dhaccount h2 {
	line-height:1.1;
}

.forgot {
	float: right;
	width:360px;
	display:inline;
	margin-right:15px;
}
.forgot legend {
	font-size:18px;
	color:#666;

}
.forgot fieldset {
	border-top:solid 1px #d0d0d0;
}
.forgot p {
	padding-top:7px;
}
.forgot .ftl,
.forgot .ftr {
	background:url(../images/forgot-fieldset-l.gif) no-repeat 0 0;
	position:relative;
	float:left;
	display:inline;
	width:6px;
	height:66px;
	margin-top:-14px;
	margin-left:-21px;
}
.forgot .ftr {
	background:url(../images/forgot-fieldset-r.gif) no-repeat 0 0;
	float:right;
	margin-left:0;
}

ul.style1 {
	margin:0;
	list-style-type:none;
}
ul.style1 li {
	background:url(../images/ul-style1.gif) no-repeat 0 6px;
	padding:5px 0 6px 20px;
}

input.radio {
	width:14px;
	height:14px;
	padding:0;
	margin:0 0 -3px 0;
	*margin:0;
	margin-top:5px;
}
label.radio {
	display:inline;
	font-weight:normal;
	margin-left:2px;
	font-size:11px;

}
p.radios {
	line-height:14px;
	padding-left:0px;
	padding-top:5px;
}
div.radios {
	margin-right:35px;
}
legend a, legend span,
legend .sml{
	position:relative;
	top:-3px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
legend .sml {
	color:#222;
}

table.user-details {
	font-size:12px;
}
table.user-details td {
	padding:4px 0;
}
div.user-avatar {
	margin:10px 0;
}
div.user-avatar div {
	margin-left:75px;
	font-size:12px;
}
div.user-avatar div h2 {
	color:#222;
	line-height:1;
	padding-top:2px;
	padding-bottom:5px;
}

ul.comments {
	list-style-type:none;
	padding:0 0 20px 0;
	margin:0;
}
ul.comments ul {
	margin:0 0 0 20px;
	list-style-type:none;
}
ul.comments .title {
	font-size:11px;
}
ul.comments .title a img {
	margin:0 3px -3px 0;
}
ul.comments li {
	padding-top:25px;
}
ul.comments .blue {
	background:url(../images/comm-blue.gif) repeat-x 0 bottom;
	padding-bottom:20px;
}
ul.comments .gray {
	background:url(../images/comm-gray.gif) repeat-x 0 bottom;
	padding-bottom:20px;
}
ul.comments .gray a{
	color:#666;
}

.dshlogg {
	padding-bottom:10px;
}

.dshlogg .l {}
.dshlogg .shright {
	margin-left:275px;
}
.shlogg-details {
	border-top:solid 1px #ddd;
	margin-left:275px;
	padding-top:15px;
}
.shlogg-details .shloggs, 
.shlogg-details .shloggit {
} 
.shlogg-details table {
	margin-left:10px;
	font-size:11px;
}
.shlogg-details table td {
	padding:0 5px 7px 0;
}
a.user-ico img {
	margin-bottom:-3px;
}

.login-error {
	position:absolute;
	width:510px;
	height:110px;
	top:5px;
	left:5px;
	z-index:2000;
}
.login-error div {
	background:#f5f5f5;
	background:#fff;
	width:510px;
	height:110px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.login-error p {
	position:relative;
	top:-75px;
	background:#ddd;
	padding:7px 10px;
	margin:0 10px;
	background:#f5f5f5;
	border:solid 1px #ccc;
}

.errors {
	background:url(../images/err.gif) no-repeat 0 10px;
	padding: 5px 0 10px 70px;
}
.errors ul, .errors p {
	font-size:11px;
	color:#000;
	padding:0;
	padding-bottom:20px;
	padding-left:3px;
}
p.sm-error {
	font-size:11px;
	background:url(../images/sm-err.gif) no-repeat 0 7px;
	padding:10px 0 10px 40px;
	color:#000;
}
p.sm-error strong {
	font-size:13px;
	color:#d13a00;
	padding-right:2px;
	
}




div#toolTip p {
	padding:2px 10px 10px 10px;
	font-size:10px;
	line-height:14px;
	color:#222;
	background:url(../images/tooltip/bg.gif) repeat-x 0 bottom;
}
div#toolTip {
	position:absolute;
	z-index:10000;
	top:-500px;
	background:#fff;
	width:200px;
	border:solid 1px #ccc;
	padding:2px;
}
div#toolTip h5 {
	color:#fff;
	clear:both;

	letter-spacing:normal;
	background:#163f7f;
	padding:5px 10px 2px 10px;
	*padding:6px 10px 1px 10px;
	margin:0;
	color:#2d6599;
	background:#fff;
	font-size:11px;
}
div#toolTip .tl,
div#toolTip .tr,
div#toolTip .bl,
div#toolTip .br {
    font-size:1px;
    line-height:1px;
    height:2px;
    width:2px;
    position:relative;
	display:inline;
	
}
div#toolTip .tl {
	background:#fff url(../images/tooltip/tl.gif) no-repeat 0 0;
	margin:-3px 0 0 -3px;
	float:left;
}
div#toolTip .tr {
	margin:-3px -3px 0 2px;
	background:#fff url(../images/tooltip/tr.gif) no-repeat 0 0;
	float: right;
}
div#toolTip .bl {
	background:#fff url(../images/tooltip/bl.gif) no-repeat 0 0;
	margin:1px 0 -3px -3px;
	float: left;
}
div#toolTip .br {
	background:#fff url(../images/tooltip/br.gif) no-repeat 0 0;
	margin:1px -3px -3px 2px;
	float: right;
}
a.ttImg {
	margin-left:4px;
}
a.ttImg img {
	margin-bottom:-6px;
	*margin-bottom:0;
}

.found-results {
	border-top:solid 1px #fed878;
	background:url(../images/btnp.gif) repeat-x 0 1px;
	*background-position:0 2px;
	padding:8px 0 40px 0;
	font-size:11px;
}

.match {
	background:#ffff00;
	padding:0 3px;
	color:#000;
}

textarea.disabled,
input.disabled {
	border:solid 1px #ccc;
}

table.shloggers {
	font-size:11px;
	margin-bottom:30px;
	margin-top:10px;
}
table.shloggers td {
	padding:5px 50px 15px 10px;
}

ol.faq {
	font-size:18px;
	padding-bottom:20px;
}
ol.faq h3 {
	color:#2d6599;
}

ol.faq p {
	font-size:13px;
	line-height:21px;
}
ol.faq li {
	padding-bottom:30px;
}
p.txt {
	padding-bottom:25px;
	line-height:21px;
}
.uc {
	text-transform:uppercase;
}

.deal-images {
	float:left;
	display:inline;
	width:252px;
	text-align:center;
}
.sm-imgs {
	padding-top:10px;
}
.sm-imgs a img {
	padding:1px;
	background:#fff;
	border:solid 1px #aaa;
}
.sm-imgs a:hover img {
	border:solid 1px #003c79;
}
#b-img {
	height:253px;
	padding:0;
}
.sm-imgs a.imgActive img {
	border:solid 1px #003c79;
}


.pop-up {
	text-align:center;
}
.pop-up .rounded {
	margin:10px 10px 15px 10px;
}
.pop-up .rc{
	height:400px !important;
}
.pop-up .sm-imgs{
	background:#f5f5f5;
	padding:13px 0;
	line-height:1;
	border-top:solid 1px #ddd;
}

.how-to {
}
.how-to li{
	padding:4px 0;
}


p.stxt {
	line-height:21px;
	padding-bottom:15px;
}

.custom-error {
	background:url(../images/custom-error.gif) no-repeat 0 10px;
	padding:0 0 100px 120px;
}
.custom-error h2 {
	color:#333;
}
.custom-error h2 span {
	font-size:34px;
}
.custom-error p, .custom-error ul  {
	padding-bottom:10px;
}

ul.style2 {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.style2 h4 {
	padding:0;
	margin:0;
	font-size:13px;
}
ul.style2 li {
	padding:5px 0 15px 48px;
	line-height:1.2;
	background-position:0 5px;
	background-repeat:no-repeat;
}
ul.style2 li.ab-bug {
	background-image:url(../images/ab-bug.gif);
}
ul.style2 li.ab-press {
	background-image:url(../images/ab-press.gif);
}
ul.style2 li.ab-contact {
	background-image:url(../images/ab-contact.gif);
	padding-bottom:2px;
}
ul.style2 li.ab-quests {
	background-image:url(../images/ab-questions.gif);
}

body {

}
#cats, #topcnt, #subcats, #ads, #foot, #tabs, #cnt, #subnav {}
#head {
	padding-left:20px;
	margin:0 auto;
}

/** width of the site : 1200px **/

/*
#head {	
	max-width:1178px;
}
#foot, #subnav, #subcats {
	max-width:1198px;
}
#cats {
	max-width:1158px;
}
#topcnt, #ads, #cnt, #tabs {
	max-width:1160px;
}
*/
#shell {
	max-width:1300px;
	*width:expression(document.body.offsetWidth > 1300 ? "1300px" : "auto" );
	margin:0 auto;
	text-align:left;
}

#head, #subcats, #cats {
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#foot .stl {
	background:url(../images/foot-l.gif) no-repeat 0 0;
	float:left;
	display:inline;
	height:105px;
}
#foot .str {
	background:url(../images/foot-r.gif) no-repeat right 0;
	float:right;
	display:inline;
	height:105px;

}
.foot-cnt {
	padding:5px 20px 10px 20px;
}
#subcats {
	padding:0;
}
#subcats .stl,
#subcats .str{
	position:relative;
	margin-bottom:-1px;
}
#subcats .stl {
	background: url(../images/sc-l.gif) no-repeat 0 bottom;
	left:-1px;
}
#subcats .str {
	background: url(../images/sc-r.gif) no-repeat right bottom;
	margin-right:-2px;
	padding:0px 20px 0px 20px;
	font-size:11px;
	line-height:1;
}