@charset "utf-8";
* {
    margin: 0px;
	outline:none;
	padding:0px;
}
html {
	overflow-y: scroll;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 80%;
}
a.img, img a, img {
	margin: 0px;
	outline: none;
	padding: 0px;
	border: none;
}
body {
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.addplus {
	background-attachment: scroll;
	background-image: url(../images/sign_plus_dark.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
.addminus {
	background-attachment: scroll;
	background-image: url(../images/sign_plus_light.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
a.sbm {
	width: 185px;
	float: left;
	color: #333;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
a.sbm:hover,.sbm_sel{
	width: 185px;
	float: left;
	color: #BF1D2E;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

a.sbmsub{
	width: 170px;
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 0.74em;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
a.sbmsub:hover, .sbmsub_sel{
	width: 170px;
	float: left;
	color: #BF1D2E;
	text-decoration: none;
	font-size: 0.74em;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

a.logo {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	text-decoration: none;
	height: 50px;
}

#left {
	float: left;
	width: 260px;
	position: fixed;
	top: 0px;
}
.lbox h2, .lnav h2 {
	text-align: right;
	float: left;
	width: 230px;
	margin-bottom: 12px;
	font-size: 1.2em;
	color: #BF1D2E;
}
.lbox ul {}
.lbox li {}
.lbox ul a:link, .lbox ul a:active, .lbox ul a:visited {}
.lbox ul a:hover {}
.lbox lform {}

.lnav, .lbox  {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 32px;
}
.src_form {
	float: right;
	width: 200px;
}
.src_input {
	background-color: #E6E6E6;
	border: 1px solid #81848B;
	padding: 4px;
	float: left;
	width: 162px;
	color: #333;
	font-size: 0.8em;
	line-height: 1em;
}
.src_input:focus {
	background-color: #FFF;
	border-top-color: #B0B4BE;
	border-right-color: #B0B4BE;
	border-bottom-color: #B0B4BE;
	border-left-color: #B0B4BE;
}
.src_bt {
	cursor: hand;
	cursor: pointer;
	background-color: #606362;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.src_bt:hover {
	color: #FFF;
	background-color: #BF1D2E;
}
.lnav ul {
	clear: left;
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.lnav li ul {
	
}
.lnav ul li, .lnav li {
	list-style-type: none;
	display: block;
	clear: left;
	float: left;
	width: 100%;
}

#right {
	float: right;
	width: 720px;
	position: relative;
	background:#FFF;
}
.mrow {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 24px !important;
}
.mrow hr {
	background-color: #FFF;
	clear: both;
	float: left;
	height: 1px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}
.mrow h1 {
	display: block;
	margin-bottom: 24px;
	font-size: 1.4em;
	color: #BF1D2E;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BF1D2E;
	}
nav {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 0.88em;
	margin-bottom: 45px;
}
nav ul {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
nav ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin-right: 12px;
}
a.mnav {
	color: #333333;
	line-height: 32px;
	text-decoration: none;
	padding-right: 21px;
	display: block;
}
a.mnav:hover {
	color: #bf1e2e;
}


/* Category */
.catbox {
	float: left;
	width: 158px;
	height: 187px;
	margin-bottom: 30px;
}
.catbox a:link, .catbox a:active, .catbox a:visited {
	color: #363735;
	display: block;
	text-decoration: none;
	width: 100%;
	float: left;
	height: 187px;
	overflow: hidden;
	visibility: visible;
	border: 1px solid #FFF;
}
.catbox a:hover {
	color: #BF1D2E !important;
	display: block;
	text-decoration: underline;
	width: 100%;
	float: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.catbox h3 {
	float: left;
	width: 92%;
	font-size: 0.9em;
	font-weight: bold;
	height: 48px;
	line-height: 20px;
	overflow: hidden;
	visibility: visible;
	padding-left: 4%;
	padding-top: 5px;
}
.catbox a img {
	float: left;
	height: 134px;
	width: 158px;
	margin-bottom: 5px;
	display: block;
}
.catbox a:hover img {
}

/* Product */
.prodbox {
	float: left;
	width: 158px;
	height: 275px;
	margin-bottom: 30px;
}
.prodbox a:link, .prodbox a:active, .prodbox a:visited {
	color: #363735;
	display: block;
	text-decoration: none;
	width: 100%;
	float: left;
	height: 275px;
	overflow: hidden;
	visibility: visible;
	border: 1px solid #CCC;
}
.prodbox a:hover {
	color: #BF1D2E !important;
	display: block;
	text-decoration: underline;
	width: 100%;
	float: left;
	border-top-color: #BF1D2E;
	border-right-color: #BF1D2E;
	border-bottom-color: #BF1D2E;
	border-left-color: #BF1D2E;
}
.prodbox h3 {
	float: left;
	width: 92%;
	font-size: 0.9em;
	font-weight: bold;
	height: 48px;
	line-height: 20px;
	overflow: hidden;
	visibility: visible;
	padding-left: 4%;
	padding-top: 5px;
}
.prodbox p {
	clear: both;
	float: left;
	width: 92%;
	font-size: 0.7em;
	padding-top: 6px;
	text-decoration: none;
	padding-left: 4%;
	padding-bottom: 10px;
	line-height: 1em;
}
.prodbox a img {
	float: left;
	height: 134px;
	width: 158px;
	margin-bottom: 5px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.prodbox a:hover img {
	border-top-color: #BF1D2E;
	border-right-color: #BF1D2E;
	border-bottom-color: #BF1D2E;
	border-left-color: #BF1D2E;
}
.prod_version {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.prodver_info {
	width: 70px;
	font-size: 0.7em;
	color: #7A7A7A;
	float: left;
	line-height: 14px;
	padding-left: 6px;
}
.prodver {
	border: 1px solid #b6b6b6;
	float: right;
	height: 11px;
	width: 11px;
	margin-right: 2px;
}
.prod_lm {
	margin-right: 24px;
}


.prod_right_box {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 18px;
}

.prod_row {
	width:100%;
	float:left;
	clear:both;
}
.fixed {
	left: 50% !important;
	margin-left: -469px !important;
	position: fixed !important;
	top: 0px !important;
	background-color: #f5f5f5;
	z-index: 999999;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
	display: block;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
#homecontentscroller {
	background-color: #09C;
	float: left;
	height: 240px;
	width: 720px;
	overflow: hidden;
	visibility: visible;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 24px;
	font-size: 0.9em;
	color: #333;
	margin-bottom: 12px;
}
a.flink {
	float: left;
	margin-right: 24px;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
	margin-top: 4px;
}
a.flink:hover {
	color: #BF1D2E;
	text-decoration: none;
}

.textcontent {
	font-weight: normal;
	color: #393F3E;
	line-height: 1.2em;
}
.textcontent h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 8px;
}
.textcontent h3 {
	font-size: 0.92em;
	color: #434747;
	font-weight: normal;
	line-height: 1.5em;
}
.textcontent h4, .textcontent p {
	font-size: 0.8em;
	font-weight: normal;
	color: #393F3E;
	line-height: 1.4em;
	margin-bottom: 8px;
}
.box_news_dataad {
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	line-height: 1.2em;
	margin-bottom: 8px;
	font-style: italic;
}
.textcontent ul, .textcontent ol {
	margin-bottom: 24px;
	padding-left: 24px;
}
.textcontent ul li, .textcontent ol li {
	font-size: 0.8em;
	color: #666;
}
.textcontent ul li {
	list-style-type: square;
}
.textcontent ol li {
	list-style-type: decimal;
}
.side_left {
	float: left;
	width: 48%;
}
.side_right {
	float: right;
	width: 48%;
}

/* Produs */
.prod_left {
	float: left;
	width: 360px;
}
.prod_right {
	float: right;
	width: 324px;
}
.prod_actions {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.prod_price {
	float: left;
	width: 30%;
	font-size: 0.9em;
	color: #007145;
	line-height: 32px;
}
a.cereofertabt {
	font-size: 0.9em;
	line-height: 32px;
	display: block;
	height: 32px;
	text-decoration: none;
	background-color: #096;
	text-align: center;
	width: 120px;
	float: right;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/basket_buy.png);
	background-repeat: no-repeat;
	background-position: 84px center;
}
a.cereofertabt:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #BF1D2E;
}
#prodcontentscroller {
    float: left;
    height: 240px;
    width: 320px;
}
.prod_right_box {
	width:100%;
	float:left;
	clear:both;
	margin-top:64px;
}
.small_prod_box {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.small_prod_box a:link, .small_prod_box a:visited, .small_prod_box a:active {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
}
.small_prod_box a:hover {
	color: #069;
}
.small_prod_box_img {
	float: left;
	margin-right: 18px;
}
.small_prod_box_text {
	float: left;
	width: 500px;
}
.small_prod_box_text h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2px;
}
.small_prod_box_text p {
	font-size: 0.82em;
	font-weight: normal;
	color: #666;
}

/* News */
.news_box_inside {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.news_box_inside a:link, .news_box_inside a:visited, .news_box_inside a:active {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
}
.news_box_inside a:hover {
	color: #069;
}
.news_box_img {
	float: left;
	margin-right: 18px;
}
.news_box_inside_text {
	float: left;
	width: 600px;
}
.news_box_inside_text h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2px;
}
.news_box_inside_text p {
	font-size: 0.82em;
	font-weight: normal;
	color: #666;
}
.box_news_dataad {
	display: block;
	margin-bottom: 8px;
	color: #606565;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.innerframe {
	background-color: #CCC;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}