/*
*	V!WO Default Template
*/

html,body {margin: 0px;padding: 0px;font-family: Tahoma,Verdana;font-size: 12px;color: #333333;background: #566A45 url('../img/bgleft.jpg') repeat-x top left;}


/*
	DEF. LINKS
*/

a,a:hover,a:visited {color: #000000;text-decoration:none;}
a:hover {color: #1E8102;text-decoration:underline;		}

/*
	Site TABLE
*/

TABLE#site { width:964px; text-align:left;} 

h2,h3 {
	font-size:14px;
}
/*
	Site DIV
*/

div.header { display:block;	width:964px;	height:35px;	background:#E1DFE0 url('../img/header1.jpg') no-repeat; }
div.infobar {
	display:block;
	padding:0px 10px 10px 10px;
}


div.logo {
	float:left;
	margin-left:20px;
	height:100px;
	margin-top:10px;
}

div.logo img {
	float:left;
	margin-right:10px;
}

div#titlebox h1 {
	float:left;
	padding:4px 0 0 0;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	color:#F7C92D;
}

div#titlebox {
	float:right;
	width:490px;
	height:60px;
	overflow:hidden;
	margin-right:20px;
	padding-top:15px;
}

div#titlebox h2 {
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:13px;
	clear:left;
}

div.menubox {
	position:absolute;
	padding-left:20px;
	float:left;
	height:28px;
	margin-top:-35px;
}

div.header div.info {
	float:left;
	width:220px;
	padding-top:14px;
	padding-left:30px;
}

div.menu {
	padding-top:5px;
}

div.menu span {
	float:left;
	height:28px;
}

div.menu a,
div.menu a:hover {
	background:transparent url('../img/bgmenu.gif') repeat-x;
	
	display:block;
	float:left;
	padding-top:6px;
	padding-bottom:5px;
	font-size:10pt;
	color:#FED12D;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration:underline;
}

div.menu a.active,
div.menu a.active:hover {
	background: transparent url('../img/bgmenu_a.gif') repeat-x;
	display:block;
	float:left;
	padding-top:6px;
	padding-bottom:8px;
	font-size:10pt;
	color:#ffffff;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}

div.header2 {
	width:964px;
	height:204px;
	background:#E1DFE0 url('../img/header2.jpg') no-repeat;	
}

div.smartmenu {
	float:right;
	padding-top:5px;
	margin-right:30px;
	width:700px;
	text-align:right;
	font-weight:normal;
}

div.searchbox {
	float:right;
	margin-top:10px;
	margin-right:20px;
	clear:right;
	font-size:11px;
	height:30px;
}

div.searchbox h2 {
	margin:0px;
	margin-right:10px;
	margin-top:5px;
	padding:0px;
	font-size:13px;
	color:#000;
	float:left;
}

div.searchbox INPUT.button {
	background: transparent url('../img/searchbtn.jpg') no-repeat bottom center;
	color:#fff;
	width:73px;
	height:24px;
	font-size:11px;
	text-align:right;
	border:none;
	cursor:pointer;
}

div.searchbox INPUT.button:hover {
	background: transparent url('../img/searchbtn_hover.jpg') no-repeat bottom center;
	color:#fff;
	width:73px;
	height:24px;
	font-size:11px;
	text-align:right;
	border:none;
	cursor:pointer;
}

div.searchbox INPUT {
	height:18px;	
	font-size:11pt;
}

div.searchbox div.search_menu {
	clear:right;
	float:right;
	margin-top:6px;
	margin-right:70px;
}

div.searchbox a,
dib.searchbox a:hover {
	background-color:#364829;
	color:#fff;
}
div.searchbox div.search_cnt {
	float:right;
}

div.smartmenu a,
div.smartmenu a:hover {
	display:block;
	float:right;
	color:#f0f0f0;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
	background-color:#364829;
	padding-top:1px;
}

div.content {
	float:none;
	width:958px;
	background: transparent url('../img/contentbg2.jpg') repeat-y 0px 0;
	height:auto;
}

div.content_head {
	float:none;
	width:954px;
	background: transparent url('../img/contentbg.jpg') no-repeat;
	height:auto;
	padding-left:10px;
}


div.text {
	font-size:10pt;
}

div.center {
	padding: 0px;
	margin-left:10px;
	float:left;
	width:478px;
}

div.onebox {
	width:695px;
}

div.fullbox {
	width:954px;
}

div.leftside {
	clear:none;
	float:left;
	padding: 0px;
	width:210px;
	margin-left:12px;
}

div.rightside {
	margin-left:10px;
	clear:none;
	float:left;
	padding: 0px;
	width:210px;
}

div.navigator {
	font-size:12px;
	padding:0px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:#808080 1px solid;
}


div.navigator a,
div.navigator a:hover {
	padding:0px;
	margin:0px;
	color:#3D6328;
	text-decoration: none;
	font-size:10pt;
	padding:2px 5px 2px 5px;
}

div.navigator a.active,
div.navigator a.active:hover {
	color:#000;
	background-color:#f0f0f0;
	border:#808080 1px solid;
}

div.navigator a.sort,
div.navigator a.sort:hover {
	border:#808080 1px solid;
	font-weight:normal;
	color:#000;
	display:block;
	float:left;
	padding:0px;
	width:20px;
	margin-right:5px;
}

div.navigator a.now,
div.navigator a.now:hover {
	background: transparent url('../img/sort.gif');
	font-weight:bold;
	color:#ffffff;
	display:block;
	float:left;
	padding:0px;
	width:20px;
	margin-right:5px;
	border:#3D6328 1px solid;
}

div.navigator a.now2,
div.navigator a.now2:hover {
	background: transparent url('../img/sort.gif');
	font-weight:bold;
	color:#ffffff;
}

div.fl {
	float:left;
}

div.fr {
	float:right;
}

div.fn {
	float:none;
}

div.mh150 {
	min-height:150px;
}

div.hs {
	float:left;
	clear:left;
	background:transparent url('../img/boxset1.png') no-repeat top left;
	width:11px;
	height:36px;
}

div.ht {
	float:left;
	width:188px;
	height:36px;
	overflow:hidden;
	background:transparent url('../img/boxset1.png') repeat-x 0px -36px;
}

div.he {
	float:right;
	background:transparent url('../img/boxset1.png') no-repeat top right;
	width:11px;
	height:36px;
}

div.body {
	background:#F7F7F5;
}

/*
	CATEGORIES
*/

div.box_categories {
	float:left;
	width:210px;
	margin-bottom:20px;
	/*background:transparent url('../img/boxhead1r_center.gif') repeat-x;*/
	margin-right:20px;
}

div.box_categories h1 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

div.box_categories div.body{
	width:198px;
	float:left;
	clear:left;
	padding:0 5px 0 5px;
	border:#CBD3DB 1px solid;
}

div.categories {
	
}

div.categories a span {
	float:right;
}

div.categories a,
div.categories a:hover {
	display:block;
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	background: transparent url('../img/arrow.gif') 0px 3px no-repeat;
	padding-left:14px;
	margin-top:10px;
}

div.categories a:hover {
	color:#36004E;
	text-decoration:underline;
}

div.categories a.active,
div.categories a.active:hover {
	background: transparent url('../img/arrowd.gif') 0px 3px no-repeat;
}

div.categories div.sub {
	background:#fff;
}

div.categories
div.sub a,
div.categories
div.sub a:hover {
	background: none;
	font-weight:normal;
	margin-top:0px;
	border-bottom:#c0c0c0 1px dashed;
	font-size:9pt;
	text-decoration:none;
	color:#666666;
}

div.categories
div.sub a:hover {
	background: #F3F7FA url('../img/arrow.gif') 0px 3px no-repeat;
	font-weight:bold;
	margin-top:0px;
	border-bottom:#c0c0c0 1px dashed;
	color:#666666;
}

div.categories
div.sub a.active,
div.categories
div.sub a.active:hover {
	background: #F3F7FA url('../img/arrow.gif') 0px 3px no-repeat;
	font-weight:bold;
	margin-top:0px;
	border-bottom:#c0c0c0 1px dashed;
	color:#666666;
}

/*
	FOOTER
*/

div.footer {
	width:964px;
	border-top:#B68C40 3px solid;
	clear:both;
	float:left;
	color:#A7C0B2;
	background:#f0f0f0 url('../img/footer.jpg') no-repeat;
}

div.footer div.spbox {
	border-right:#DEDEDE 1px dotted; 
	float:left;
	width:250px;
}

div.footer a,
div.footer a:hover {
	padding:5px;
	color:#f0f0f0;

}

/*
	SMALLBOXES
*/

div[class^='sbox'] {
	float:left;
	width:210px;
	margin-bottom:20px;
	margin-right:20px;
}

div[class^='sbox'] h1 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

div[class^='sbox'] div.body{
	width:198px;
	float:left;
	clear:left;
	padding:5px;
	border:#CBD3DB 1px solid;
}

div[class^='sbox'] div.hs {
	background:transparent url('../img/boxset1.png') no-repeat top left;
}

div[class^='sbox'] div.ht {
	background:transparent url('../img/boxset1.png') repeat-x 0px -36px;
}

div[class^='sbox'] div.he {
	background:transparent url('../img/boxset1.png') no-repeat top right;
}

div.sbox_2 div.hs {
	background:transparent url('../img/boxset2.png') no-repeat top left;
}

div.sbox_2 div.ht {
	background:transparent url('../img/boxset2.png') repeat-x 0px -36px;
}

div.sbox_2 div.he {
	background:transparent url('../img/boxset2.png') no-repeat top right;
}


div[class^='ssbox'] {
	float:left;
	width:210px;
	margin-bottom:20px;
	margin-right:20px;
}

div[class^='ssbox'] div.head {
	height:20px;
}

div[class^='ssbox'] h1 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:4px;
}

div[class^='ssbox'] div.body{
	width:198px;
	float:left;
	clear:left;
	padding:5px;
	border:#CBD3DB 1px solid;
}

div[class^='ssbox'] div.hs {
	height:24px;
	background:transparent url('../img/boxsets1.png') no-repeat top left;
}

div[class^='ssbox'] div.ht {
	height:24px;
	background:transparent url('../img/boxsets1.png') repeat-x 0px -24px;
}

div[class^='ssbox'] div.he {
	height:24px;
	background:transparent url('../img/boxsets1.png') no-repeat top right;
}

div.ssbox_2 div.hs {
	height:24px;
	background:transparent url('../img/boxsets2.png') no-repeat top left;
}

div.ssbox_2 div.ht {
	height:24px;
	background:transparent url('../img/boxsets2.png') repeat-x 0px -24px;
}

div.ssbox_2 div.he {
	height:24px;
	background:transparent url('../img/boxsets2.png') no-repeat top right;
}

/*
	BOXES. V1
*/

div.onebox div.box_v1 {
	width:695px;
}

div.onebox div.box_v1 div.ht {
	width:673px;
}

div.onebox div.box_v1 div.body {
	width:673px;
}

div.box_v1 {
	float:left;
	clear:left;
	width:478px;
	padding-bottom:20px;
}

div.box_v1 div.hs {
	background:transparent url('../img/boxset2.png') no-repeat top left;
}

div.box_v1 div.ht {
	width:456px;
	background:transparent url('../img/boxset2.png') repeat-x 0px -36px;
}

div.box_v1 div.he {
	background:transparent url('../img/boxset2.png') no-repeat top right;
}


div.box_v1 h1 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:10px;
}


div.box_v1 div.body {
	width:456px;
	float:left;
	clear:left;
	padding:10px;
	border:#CBD3DB 1px solid;
}


/*
	BOXES. V1 red
*/
div.onebox div.boxr_v1 {
	width:695px;
}

div.onebox div.boxr_v1 div.ht {
	width:673px;
}

div.onebox div.boxr_v1 div.body {
	width:673px;
}

div.boxr_v1 {
	float:left;
	clear:left;
	width:478px;
	margin-bottom:20px;
}

div.boxr_v1 div.hs {
	background:transparent url('../img/boxset1.png') no-repeat top left;
}

div.boxr_v1 div.ht {
	width:456px;
	background:transparent url('../img/boxset1.png') repeat-x 0px -36px;
}

div.boxr_v1 div.he {
	background:transparent url('../img/boxset1.png') no-repeat top right;
}

div.boxr_v1
h1 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:10px;
}


div.boxr_v1 div.body{
	width:456px;
	float:left;
	clear:left;
	padding:10px;
	border:#CBD3DB 1px solid;
}


/*
	BOXES HALF V1
*/

div.boxh_v1 {
	float:left;
	width:315px;
	margin-bottom:20px;
	background:transparent url('../img/boxhead1_center.gif') repeat-x;
	margin-right:20px;
}

div.boxh_clear {
	margin-right:0px;
}

div.boxh_v1 div.hs {
	float:left;
	clear:left;
	background:transparent url('../img/boxhead1_sleft.gif');
	width:10px;
	height:36px;
}

div.boxh_v1 div.ht {
	float:left;
}

div.boxh_v1
h1 {
	color:#1E8102;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

div.boxh_v1 div.he {
	float:right;
	background:transparent url('../img/boxhead1_sright.gif');
	width:11px;
	height:36px;
}

div.boxh_v1 div.body{
	width:293px;
	float:left;
	clear:left;
	padding:10px;
	background:none;
	border:#CBD3DB 1px solid;
	border-top:none;
}

/*
	BOXES HALF V1 red
*/

div.boxhr_v1 {
	float:left;
	width:315px;
	margin-bottom:20px;
	background:transparent url('../img/boxhead1r_center.gif') repeat-x;
	margin-right:20px;
}


div.boxhr_v1 div.hs {
	float:left;
	clear:left;
	background:transparent url('../img/boxhead1r_sleft.gif');
	width:10px;
	height:36px;
}

div.boxhr_v1 div.ht {
	float:left;
}

div.boxhr_v1
h1 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

div.boxhr_v1 div.he {
	float:right;
	background:transparent url('../img/boxhead1r_sright.gif');
	width:11px;
	height:36px;
}

div.boxhr_v1 div.body{
	width:293px;
	float:left;
	clear:left;
	padding:10px;
	background:none;
	border:#E0E0E6 1px solid;
	border-top:none;
}


/*
	BOXES. V2
*/


div.box_v2 {
	float:left;
	width:233px;
	clear:left;
	background:transparent url('../img/boxhead2.gif') repeat-x;
	border:none;
	margin-bottom:20px;
}

div.box_v2 div.head{	
	height:58px;
}

div.box_v2 div.head div.title {
	padding-top:12px;
}

div.box_v2 img.icon {
	float:left;
	padding-right:5px;
}

div.box_v2 div.body{	
	border:#CBD3DB 1px solid;
	border-top:none;
	padding:10px;

	clear:left;
}


div.box_v2r {
	float:left;
	width:233px;
	clear:left;
	background:transparent url('../img/boxhead2r.gif') repeat-x;
	border:none;
	margin-bottom:20px;
}

div.box_v2r div.head{	
	height:58px;
}

div.box_v2r div.head div.title {
	padding-top:12px;
}

div.box_v2r img.icon {
	float:left;
	padding-right:5px;
}

div.box_v2r div.body{	
	border:#60C164 1px solid;
	border-top:none;
	padding:10px;

	clear:left;
}

span.red {
	font-size:12pt;
	color:#1E8102;
	font-weight:bold;
}

span.blue {
	font-size:11pt;
	color:#000;
	font-weight:bold;
}

span.white {
	font-size:12pt;
	color:#333333;
	font-weight:bold;
}

span.gray {
	font-size:10pt;
	color:#fff;
	font-weight:bold;
}


/*
	AD, right
*/

div.ad200 {
	float:left;
	width:210px;
	clear:left;
	border:none;
	margin-bottom:20px;
	text-align:center;
}

div.ad200 fieldset {
	border:#E0E0E6 1px solid;
	margin:0px;
	padding:5px;
}

div.ad200 legend {
	color:#66666;
	font-size:11px;
	margin-left:10px;
}

/*
	ProductListing
*/


div.odd {
	background-color:transparent;
}

div.even {
	background-color:#f0f0f0;
}

div.prodList {
	clear:both;
	float:none;
	width:100%;
}

div.prodList div.cell1 {
	float:left;
	width:100px;
	padding-right:15px;
}
div.prodList div.cell2 {
	float:left;
	padding-right:5px;
	color:#666666;
	width:80%;
}
div.prodList div.cell3 {
	float:left;
	/*border:#f0f0f0 1px solid;*/
	/*background:#f0f0f0;*/
	/*margin-left:5px;*/
	text-align:right;
}
div.prodList h3 {
	font-size:10pt;
	padding:0px;
	margin:0px;
	margin-left:-5px;
	margin-bottom:2px;
	color:#1E8102;
}
div.prodList img.prodpic {
	border:#c0c0c0 1px solid;
}

div.prodList div.price {
	font-size:12px;
	color:#D60000;
	font-weight:bold;
	text-align:left;
}

div.prodList div.price span {
	font-size:10px;
	color:#000;
	font-weight:normal;
}

div.prodList a,
div.prodList a:hover {
	color: #000;
	text-decoration: underline;
}
div.prodList a:hover {
	color: #457340;
	text-decoration: none;
}

div.eraser{
	float:none;
	clear:both;
	border-bottom: 1px dashed;
	margin-top:10px;
	margin-bottom:20px;
}

div.rating {
	float:left;
	background:#c0c0c0 url('../img/rating.png') no-repeat;
	width:102px;
	height:25px;
}

div.stars {
	background:transparent url('../img/stars.jpg') no-repeat;
	height:25px;
}

div.prodSmall {
	float:none;
	clear:left;
	padding-top:20px;
	padding-bottom:5px;
	border-bottom:#c0c0c0 1px dashed;
}

div.prodSmall h4 {
	margin:0px;
	padding:0px;
	font-size:12px;
}

div.prodSmall img.prodpic {
	clear:both;
	float:none;
	padding-right:10px;
	
}

/*
	INPUTS
*/

INPUT {
	border:#C5C5C5 1px solid;
	height:15px;
	font-size:10pt;
	color:#666666;
	text-align:left;
	width:200px;
}

TEXTAREA {
	border:#C5C5C5 1px solid;
	font-size:10pt;
	color:#666666;
	text-align:left;
}

SELECT {
	border:#C5C5C5 1px solid;
	height:20px;
	font-size:10pt;
	color:#666666;
}


INPUT.submit {
	border:#468A38 1px solid;
	background:#468A38 url('../img/shadow.png') repeat-x;
	font-size:14px;
	height:auto;
	width:auto;
	color:#fff;
	cursor:pointer;
}

INPUT.delete {
	border:#FF0000 1px solid;
	background:#C01C1C url('../img/shadow.png') repeat-x;
	font-size:14px;
	height:auto;
	width:auto;
	color:#fff;
	cursor:pointer;
}

INPUT.delete:hover {
	background:#ED7979 url('../img/shadow.png') repeat-x;
}

INPUT.submit:hover {
	
	background:#9CBB50 url('../img/shadow2.png') repeat-x;
}


INPUT.search {
	cursor:pointer;
	width:73px;
	height:25px;
	background:transparent url('../img/searchbtn.jpg') no-repeat;
	
}

/*
	YUI
*/

.login-button {
	background: transparent url('../img/bgmenu.gif') repeat-x;
	width:auto;
	height:24px;
	font-weight:bold;
	color:#000;
	border:#c0c0c0 1px solid;
	text-align:center;
}

/*
	CATEGORIES
*/


div.category {
	clear:none;
	width:210px;
}

div.category a,
div.category a:hover {
	background: url('../img/arrow.gif') -2px 4px no-repeat;
	width:200px;
	height:20px;
	display: block;
	color:#333333;
	text-decoration: none;
	font-size:9pt;
	font-weight:bold;
	padding-left:10px;
	padding-top:1px;
}

div.category a:hover {
	color: #375B33;
	text-decoration: underline;
}


div.category a.sub,
div.category a.sub:hover {
	width:190px;
	background: #F0F0F0;
	font-size: 9pt;
	font-weight:normal;
	padding-left:20px;
	text-decoration: none;
}

div.category a.sub:hover {
	text-decoration: underline;
	color: #375B33;
}

/*
	USERRATINGS
*/

div.userratings {
	font-size: 9pt;
	color: #333333;
}

div.userratings span.name {
	text-decoration:underline;
	font-weight:bold;
	color:#ff0000;
	
}

div#others_search {
	position:absolute;
	width:200px;	
	height:200px;
	overflow:auto;
	background-color:#A8B79B;
	border:#808080 2px solid;
	display:none;
	padding:10px;
	font-size:13px;
	color:#000;
	top:150px;
	margin-left:180px;
}

div.searchitem {
	margin-bottom:10px;
}
div.searchitem LABEL {
	font-weight:bold;
	font-size:11px;
}
INPUT.checkbox {
	width:auto;
	height:auto;
}


TABLE.kosar {
	width:100%;
}

TABLE.kosar THEAD TD {
	border-bottom:#808080 1px solid;
	font-weight:bold;
	font-size:11px;
}

TABLE.kosar TBODY TD {
	border-bottom:#f0f0f0 1px dotted;
	font-weight:normal;
	font-size:11px;
}

TABLE.kosar TFOOT TD {
	border-top:#808080 1px solid;
	font-weight:normal;
	font-size:11px;
}

div.register label {
	display:block;
	width:150px;
	border:none;
	text-align:left;
	float:left;
}

div.register fieldset {
	border:#D0D0D0 1px solid;
	margin-bottom:10px;
	padding:10px;
}

div.register INPUT {
	margin-bottom:5px;
	height:20px;
	color:#000;
}

div.register INPUT.checkbox {
	margin-bottom:5px;
	height:auto;
}


div.register SELECT {
	margin-bottom:5px;
	height:25px;
	color:#000;
}

div.register INPUT.submit {
	color:#fff;
	height:25px;
	font-size:13pt;
}


div.register span {
	color:#fff;
	background-color:#ff0000;
}

div.register legend {
	font-weight:bold;
	font-size:11px;
}

div.email INPUT {
	margin-bottom:10px;
}

div.email TEXTAREA {
	height:150px;
}

/*
	SlideShow
*/

div.slideshow .slidesContainer {
	margin:0 auto;
	width:200px;
	height:260px;
	overflow:auto; 
	position:relative;
}

div.slideshow .slidesContainer .slide {
	margin:0 auto;
	width:180px; /* reduce by 20 pixels to avoid horizontal scroll */
}

div.slideshow .slidesContainer .slide .scontent {
	position:absolute;
	top:150px;
	background:#95C274;
	width:187px;
	margin-left:1px;
	padding:5px;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}

div.slideshow .slidesContainer .slide .scontent2 {
	position:absolute;
	top:200px;	
	background:transparent;
	width:187px;
	margin-left:1px;
	padding:5px;
}

blockquote {
	margin:0px;
	padding:5px;
	border:#e7e7e7 1px solid;
	color:#333;
	background-color:#f0f0f0;
}

ol,ul {

}
