/* css reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address,big,cite,code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus { outline: 0; }
ul { list-style: none; }

body {
	background: #fff url('../images/bgGrad.jpg') repeat-x top left;
	font-size: 11px;
	font-family: "tahoma", "arial", "verdana";
	line-height: 14px;
	color: #353535;
	height: 100%;
	text-align: center;
}

h1 { font-size: 18px; color: #5E2413; font-weight: normal; }
h2 { font-size: 16px; color: #5E2413; font-weight: normal; }
h3 { font-size: 14px; color: #000; font-weight: normal; }
h4 { font-size: 12px; color: #5E2413; font-weight: bold; }

input { font-size: 11px; font-family: "tahoma", "arial", "verdana"; color: #353535; }

a { color: #90482f; text-decoration: underline;}
a:hover { color: #000; text-decoration: none;}

.clear {clear: both; margin: 0; padding: 0; }

.page {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/**************************
 * TOP
 **************************/
.top {
	height: 78px; 
}

.logo {
	margin: 12px 0 0 6px;
	float: left;
	
}

/**************************
 * SHOPPING CART
 **************************/
.cart {
	width: 558px;
	height: 52px;
	margin-top: 12px;
	float: right;
	text-align: right;
}

.cart a { color: #629531; font-weight: bold; }

.cartLeft {
	float: left;
	width: 430px;
	height: 42px;
	border-right: 1px dotted #abacac;
	padding-top: 10px;
}

.cartRight {
	float: right;
	width: 125px;
	text-align: left;
	padding-top: 10px;
	
}

.cartLeft p { float: left; width: 372px; padding-top: 4px;}
.cartRight p { float: left; line-height: 33px;}

.cartLeft img { float: right; }
.cartRight img { float: left; }
.cart img { margin: 0 12px; vertical-align: middle; }

.cart p img { float: none; margin: 0 0 0 8px; }

/**************************
 * FIILIS
 **************************/
 .fiilis_top {
	width: 100%;
	height: 11px;
	background: #b25433 url('../images/fiilis_yla.jpg') repeat-x top left; 
 }
 
.fiilis {height: 240px; width: 100%; overflow: hidden; }
 
/**************************
 * MENU
 **************************/
.menu { 
	height: 42px;
	width: 100%;
	background: #9c0f12 url('../images/menu_bg.jpg') repeat-x top left; 
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	z-index: 999;
}
.menu a { color: #fff; font-family: "arial", "tahoma"; text-decoration: none; padding: 14px 22px; }

.menu a:hover { color: #f3c3b3; }

html > body .menu a:hover { background: url('../images/menu_over.png') no-repeat bottom center; }

.menu ul {height: 100%; }
.menu li { display: inline;  line-height: 42px; background: url('../images/menu_div.gif') no-repeat center left; }
.menu li.first { background: none; }

/**************************
 * SIDEBAR
 **************************/
.sidebar {
	width: 190px;
	background: #f3e2dc url('../images/sidebar_bg.jpg') repeat-x top left;
	border: 1px solid #dbdcdb;
	margin-top: -5px;
	padding-top: 32px;
	float: left;
}

.sidebar a { color: #222; text-decoration: none; }
.sidebar a:hover { color: #000; text-decoration: underline; }

.sidebarDivider { height: 1px; margin: 8px 0; border-top: 1px solid #fff; }

.block {}
.block .title { background: #c33a3f url('../images/sidebar_block_bg.jpg') repeat-x top left; }


.title { height: 34px; }
.title h3 { 
	font-size: 11px; 
	color: #fff;
	line-height: 34px;
	background: url('../images/title_nuoli.png') no-repeat 0px 10px;
	padding-left: 25px;
	margin-left: 5px;
}

.blockContent {
	margin: 10px 7px;
}

#searchBox img { margin-left: 5px; vertical-align: middle;}
#searchBox input {vertical-align: top; }

.arrList { 
	list-style-position: outside;
	text-indent: 0px;
}

.arrList li { background: url('../images/nuolet.gif') no-repeat 5px 5px; padding-left: 18px; }

.productsnavi .selected { font-weight: bold; }
.productsnavi li { border-bottom: 1px solid #fff; margin-top: 5px; padding-bottom: 5px;}
.productsnavi .sub li { border-bottom: none; line-height: 12px; margin-top: 3px; padding-bottom: 1px; background: none; }

/**************************
 * CONTENT
 **************************/
.content { 
	float: left; 
	margin-left: 12px;
	width: 554px;
}
 
.breadcrumb { line-height: 26px; padding-bottom: 1px; font-size: 10px; height: 26px; }
.breadcrumb img { margin: 0 8px;  }

.wrapper { 
	width: 100%;
	background: #fff;
	border: 1px solid #dbdcdb;
	margin-bottom: 14px;
}

.shortWrapper table { margin: 10px; width: 92%; }


.wrapper .title { background: #9dbc3a url('../images/title_bg.jpg') repeat-x top left; margin-bottom: 14px; }
.wrapper .titleAlt { background: #b2b2b1 url('../images/titleAlt_bg.jpg') repeat-x top left; }
.wrapper .innermargin {margin: 0 15px; }

.wrapper a {text-decoration: none;}
.wrapper a:hvoer { text-decoration: underline;}

.main p { margin-bottom: 8px; }
.main h2 { margin: 18px 0 8px; }

/**************************
 * ITEMS
 **************************/

.item { 
	width: 33%;
	border-left: 1px dotted #abacac; 
	float: left;
	height: 272px;
	margin-bottom: 14px;
	text-align: center;
}



.item a:hover { color: #000; }

.item h3 { 
	margin: 0 10px; 
	font-size: 13px;
	line-height: 13px;
	height: 32px; 
}
.item h3 a { color: #a04020; text-decoration: none; }

.item .image {height: 125px; overflow:hidden; }
.item p { height: 70px; text-align: left; margin: 0 10px; }
.item p.price {font-size: 17px; color: #c90505; text-align: right; height: 26px; }

.smallItem { height: 110px; margin-bottom: 10px; }
.smallItem h3 { font-weight: normal; }
.smallItem .image {height: 82px; }

.smallText { padding-bottom: 15px; font-size: 10px; }

.firstitem {border: none; }

/**************************
 * PRODUCT
 **************************/
.product { margin-bottom: 12px; }
 
.prodImage { width: 170px; text-align: center; padding: 0 5px; float: left; overflow: hidden;}
.prodImage p {margin-top: 10px; }
.prodImage a { text-decoration: none; }

.prodText { width: 360px; float: right; padding-right: 12px; }

.product .prices { margin-top: 20px; }
.product p.price {font-size: 17px; color: #c90505; text-align: right; line-height: 18px;}
.product p.oldPrice { text-decoration: line-through; color: #a6a6a6; }

.product p.marginTop { margin-top: 15px; }

.product .buttons { border-top: 1px dotted #abacac; padding-top: 10px; margin-top: 10px;}
.product .button {
	float: right;
}

/**************************
 * BUTTONS
 **************************/
.item .buttons {
	margin-right: 8px; 
	
}

.button {
	overflow: hidden;
	line-height: 17px;
	margin: 0 2px;
	text-align: center;
}

.item .button {
	/* right: 50%;*/
	position: relative;
	float: right;
} 

.button a {color: #fff; text-decoration: none; display: block; height: 17px;}
.button a:hover { background-position: top left; color: #fff;}
.btn1 { width: 65px; background: url('../images/button1.gif') no-repeat bottom left; }
.btn2 { width: 93px; background: url('../images/button2.gif') no-repeat bottom left; }
/**************************
 * FOOTER
 **************************/
.footer { clear: both; margin: 20px 0 10px; color: #555555; }

.footer_left {width: 192px; text-align: center; float: left;}
.footer_right {text-align: right; float: right; width: 556px; }
.footer_right p { margin-top: 10px; }
.bottomNavi li { display: inline; padding: 2px 7px 2px 6px; border-right: 1px solid #bbb;}
.bottomNavi li.last { border: none; padding-right: 0;}
.bottomNavi a { color: #555555; text-decoration: none; }
.bottomNavi a:hover { color: #000; text-decoration: underline; }


/*****************************
 * OSCOMMERCE
 *************/
td.productListing-heading {
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}

td.productListing-data {
	border-bottom: 1px dotted #abacac;
	vertical-align: top;
	padding-top: 5px;
}

td.productListing-data td { vertical-align: top; }

table.infoBox {border-top: 1px dotted #abacac; padding: 5px 0; }

.pageHeading { padding: 15px 0; }

td.topAlign {vertical-align: top; }

.messageStackError { color: red; font-weight: bold; border: 1px solid #ccc; padding: 5px; }
.inputRequirement {font-weight: bold; color: #602513; }

.bg_border {padding: 10px; border: 1px solid #ccc; background-color: #e8e8e8;}
