.wysiwyg ul {
	list-style-type: disc;
	margin-left: 20px;
}
.wysiwyg a {
	color: #fe0002;
	text-decoration: underline;
}

/*
 * LEFT COLUMN
 */
#left .bestsellers {
	margin: 15px 0 15px 8px;
}
#left .bestsellers .header {
	margin: 0 0 6px 0;
}
#left .bestsellers .pos {
	border-top: 1px solid #eaeaea;
	width: 124px;
	padding: 6px 0 6px 1px;
	display: block;
}
#left .bestsellers .name {
	width: 90px;
}
#left .bestsellers .name a {
	font-size: 10px;
	color: #000000;
}
#left .bestsellers .button {
	margin-top: 1px;
	margin-right: 5px;
}

/*
 * RIGHT COLUMN
 */
#right .newProducts {
	width: 230px;
}
#right .newProducts .red_btn {
	margin-bottom: 15px;
}
#right .newProducts .pos {
	border-bottom: 1px solid #eaeaea;
	width: 225px;
	height: auto;
	padding: 3px 0 3px 5px;
	display: block;
}
#right .newProducts .image {
	width: 29px;
}
#right .newProducts .name {
	margin: 2px 10px 2px 10px;
	width: 160px;
}
#right .newProducts .name a {
	color: #000000;
}
#right .newProducts .button {
	margin-top: 10px;
}
#right .newProducts .more {
	padding: 0 0 7px 0;
	text-align: right;
}
#right ul.menu {
	padding-left: 10px;
}
#right ul.menu li {
	padding: 3px 0 3px 0;
	
}
#right ul.menu li a.selected {
	text-decoration: underline;
}

/* 
 * CONTENT
 */
#middle {
	margin-right: 10px;
	width: 830px;
	float: right;
	display: inline;
}
div.two div#subpage {
	width: 830px;
	display: inline;
	float: left;
	background: url(../images/box_top_gradient.gif) repeat-x top left;
}
div.three div#subpage {
	border-right: 1px solid #d5d5d5;
	width: 589px;
	display: inline;
	float: left;
	background: url(../images/box_top_gradient.gif) repeat-x top left;
}
div.three div#right {
	width: 230px;
	padding-left: 10px;
	display: inline;
	float: right;
	background: url(../images/box_top_gradient.gif) repeat-x top left;
}
#subpage div.pageTitle {
	padding: 15px 0 0 20px;
	font-size: 18px;
}
div.two #subpage div.contents {
	padding: 10px 0 0 0;
}
div.three #subpage div.contents {
	padding: 20px;
}
div.three #subpage div.text .wysiwyg {
	font-size: 1.1em;
	line-height: 1.5;
}
div.three #subpage div#product {
	padding: 0 0 20px 0;
}
#middle .teamHeader {
	height: 45px;
	padding: 8px 0 7px 10px;
	width: 821px;
}
#middle #product .teamHeader {
	width: 290px!important;
}
#middle .teamHeader .image {
	position: relative;
	top: -8px;
	display: inline;
	width: 240px;
	height: 45px;
}
#middle .teamHeader .image h1 {
	display: inline;
}
#middle .teamHeader .image img {
	display: inline;
}
#middle .teamHeader .name {
	padding: 3px 9px 0 9px;
	font: 16px Tahoma;
	font-weight: bold;
	width: 200px;
}
#middle .teamHeader .red_btn, #middle .teamHeader .black_btn {
	margin-left: 2px;
}
#middle .teamHeader .red_btn .center, #middle .teamHeader .black_btn .center {
	padding: 0;
}
#middle .teamHeader label {
	position: relative;
	top: 3px;
	margin: 0 3px 0 13px;
	color: #000;
}
#middle .teamHeader .select select {
	margin-right: 10px;
	font: 11px Tahoma;
	color: #000;
	border: 1px solid #7f9db9;
	width: 100px;
	height: 20px;
	padding: 2px 0 1px 0;
}
#middle .more {
	clear: both;
	margin: 20px 0 5px 0;
	text-align: right;
}

/*
 *	PODSTRONA Z LISTA PRODUKTOW
 */
#middle div.groupBox {
	border-top: 1px solid #ff9394;
	padding-top: 5px;
	padding-bottom: 10px;
}
#middle div.groupBox .header {
	display: block;
}
#middle div.groupBox .title {
	float: left;
	font: 16px Tahoma;
	font-weight: bold;
	color: #fe0002;
	display: inline;
	padding: 3px 0 0 10px;
}
#middle div.groupBox .link {
	padding: 0 10px 0 0;
}

#middle div.groupBox .link a {
	background: url("../images/black_button_bkg.gif") repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: right;
    font-size: 1em;
    font-weight: bold;
    height: 17px;
    margin-top: 5px;
    padding: 3px 8px;
}

#middle div.groupBox .link a:hover {
	background: url("../images/red_button_bkg.gif") repeat scroll 0 0 transparent;
 }

#middle div.products {
	margin-top: 5px;
}
#middle div.product {
	margin: 7px 10px;
	width: 146px;
	float: left;
}
#middle div.product .name {
	margin-top: 7px;
	line-height: 130%;
}
#middle div.product .name a {
	color: #000000;
}
#middle div.product .price {
	color: #000000;
	font-weight: bold;
	margin-top: 4px;
	float: left;
}
#middle div.product .more {
	margin: 1px 0 0 3px;
	float: left;
}
#middle div.product .price img {
	display: inline;
	position: relative;
	top: 1px;
	left: 7px;
}
#middle div.product .image {
	width: 146px;
	height: 146px;
}
#middle div.products .message {
	font: 11px Tahoma;
	margin: 10px 15px 10px 15px;
}

/*
 * DRIVER
 */

#middle div.driverBox {
	margin-bottom: 15px;
	border: 1px solid #ff9394;
	padding: 7px;
	width: 245px;
	float: left;
	margin: 5px 10px 5px 0px;
}
#middle div.driverBox .flag {
	display: inline;
	border: 1px solid #d5d5d5;
	margin-top: 3px;
}
#middle div.driverBox .title {
	font: 13px Tahoma;
	font-weight: bold;
	color: #fe0002;
	padding-bottom: 5px;
	line-height: 1.5em;
}
#middle div.driverBox .subtitle {
	font: 12px Tahoma;
	color: #808080;
}
#middle div.driver {
	width: 160px;
	padding-left: 10px;
	float: left;
}
#middle div.driver .desc {
	line-height: 1.5;
}
#middle div.driver .link {
	padding-top: 10px;
}

/*
 * PATH
 */
#path {
	padding: 7px 0 0 10px;
	width: 820px;
	height: 19px;
	border-bottom: 1px solid #d5d5d5;
}
#path .link, #path .link a {
	color: #fe0002;
	margin-right: 2px;
	margin-left: 2px;
}
#path .linkSelected, #path .linkSelected a {
	color: #000000;
	margin-left: 2px;
}

/*
 * NAVI BUTTONS
 */
.naviButtons {
	margin-top: 10px;
	border-top: 1px solid #d5d5d5;
	width: 820px;
	height: 19px;
	padding: 7px 0 0 10px;
}
.naviButtons .print span {
	position: relative;
	top: -2px;
}
.naviButtons div.top {
	margin-left: 10px;
}
.naviButtons a {
	font-size: 1em;
	color: #fe0002;
	text-decoration: none;
	cursor: pointer;
}
.naviButtons a:hover {
	text-decoration: none;
}
.naviButtons a.link:hover {
	text-decoration: underline;
}

/*
 *	PODSTRONA PRODUKTOWA
 */
#productBox {
	width: 580px;
}
#productBox .image {text-align:center;}
#productBox .image img{display:inline;}
#productBox .info1 {
	margin: 0 10px 0 10px;
	width: 300px;
	height: auto;
	display: inline;
}
#productBox .info1 .zoom {
	margin: 5px 10px 10px 0;
}
#productBox .info1 .img {
	margin-top: 1px;
	margin-right: 5px;
	cursor: pointer;
}
#productBox .info1 .zoom a {
	cursor: pointer;
}
#productBox .info1 .nam a {
	font: 11px Tahoma;
	color: #fe0002;
	cursor: pointer;
}
#productBox .info1 .link {
	color: #fe0002;
	cursor: pointer;
	margin-bottom: 10px;
}
#productBox .info1 .frame, .popup .frame {
	margin-right: 5px;
	width: 31px;
	height: 31px;
	padding: 2px;
	background: url(../images/mini_frame.gif) no-repeat;
}
.popup .frame {
	margin-bottom: 5px;
	width: 70px;
	height: 70px;
	padding: 2px;
	background: url(../images/big_frame.gif) no-repeat;
}
.popup .frameselected {
	margin-bottom: 5px;
	width: 70px;
	height: 70px;
	padding: 2px;
	background: url(../images/big_frame_red.gif) no-repeat;
}
td.hugeframe {
	width: 600px;
	height: 600px;
	padding: 2px;
	background: url(../images/huge_frame.gif) no-repeat top left;
}
.popup .frame img {
	cursor: pointer;
}
table.popup {
	
}
#productBox .info1 .thumbs {
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}
#productBox .info1 img {
	cursor: pointer;
}

#productBox .info2 {
	margin-top: -20px;
	margin-right: 0!important;
	width: 258px;
	height: auto;
}
#productBox .name {
	margin: 0 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#productBox .cat {
	margin: 0 10px 0 10px;
	color: #808080;
}
#productBox .desc {
	margin: 10px 10px 10px 10px;
}
#productBox .wysiwyg p {
	margin: 0;
	padding: 0;
}
#productBox .text {
	margin: 0 10px 0 10px;
}
#productBox .sizes {
	margin: 10px 10px 20px 10px;
	cursor: pointer;
}
#productBox .addBox {
	width: 258px;
	height: 150px;
}
#productBox .addBox .left {
	width: 2px;
	height: 150px;
	float: left;
	background: url(../images/add_cart_left.gif) no-repeat top left;
}
#productBox .addBox .right {
	width: 2px;
	height: 150px;
	float: left;
	background: url(../images/add_cart_right.gif) no-repeat top right;
}
#productBox .addBox .middle {
	width: 238px;
	height: 150px;
	padding: 15px 8px 0 8px;
	float: left;
	background: url(../images/add_cart_bkg.gif) repeat-x top left;
}
#productBox .announceBox {
	margin-bottom: 10px;
	width: 258px;
	height: 66px;
	background: url(../images/announce_bkg.gif) no-repeat top left;
}
#productBox .announceBox .middle {
	padding: 23px 0 0 50px;
}
#productBox .announceBox .middle .message {
	font: 14px Tahoma;
	color: #000000;
	font-weight: bold;
}
#productBox .oldprice {
	padding-top: 5px;
	margin-bottom: 5px;
	margin-right: 6px;
	font-size: 11px;
	color: #000000;
	text-decoration: line-through;
}
#productBox .price {
	margin-bottom: 5px;
	font-size: 16px;
	color: #fe0002;
	font-weight: bold;
}
#productBox .addBox .amountText {
	font: 11px Tahoma;
	width: 55px;
}
#productBox .addBox .size {
	font: 11px Tahoma;
	width: 170px;
	text-align: left;
}
#productBox .addBox .size .oneVariant {
	padding: 1px 0 0 3px;
}
#productBox .addBox .sizeSelect {
	font: 11px Tahoma;
	width: 170px;
}
#productBox .addToCart {
	margin-top: 5px;
	width: auto;
	height: 36px;
	display: block;
	cursor: pointer;
}
#productBox .addBox .center {
	margin-top: 40px;
}
#productBox div.addToCart .left {
	width: 4px;
	height: 36px;
	float: left;
	background: url(../images/dodaj_left.gif) no-repeat top left;
}
#productBox div.addToCart .right {
	width: 4px;
	height: 36px;
	float: left;
	background: url(../images/dodaj_right.gif) no-repeat top right;
}
#productBox div.addToCart .middle {
	width: 213px;
	height: 27px;
	padding-top: 9px;
	float: left;
	background: url(../images/wyszukaj_bkg.gif) repeat-x top left;
}
#productBox div.addToCart .shadowBlack {
	float: left;
	position: relative;
	font-size: 12px;
	top: -1px;
	left: 0px;
	color: #000000;
	margin: 2px 8px 0 10px;
}
#productBox div.addToCart .text3 {
	position: absolute;
	top: 1px;
	left: 0px;
	font-size: 12px;
	color: #ffffff;
}
#productBox div.addToCart .button {
	float: right;
	position: relative;
	top: -3px;
	margin-right: 8px;
}
#productBox div.addToCart .button input {
	width: auto;
	height: auto;
}
#productBox div.pos {
	padding: 4px 0 4px 0;
}
#product .related {
	margin-right: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ff9394;
}
#product .related .rows {
	padding-top: 5px;
	padding-bottom: 8px;
}
#product .related .row {
	margin: 0 20px 0 20px;
	width: 100px;
	float: left;
}
#product .related .row .name a {
	color: #000000;
}
#product .related .row .price {
	font-weight: bold;
	color: #000000;
	float: left;
}
#product .related .row .more {
	margin: 1px 0 0 3px;
	float: left;
}
#product .related .row .image {
	width: 100px;
	height: 100px;
	float: right;
}
#product .related .row .price img {
	display: inline;
	position: relative;
	top: 1px;
}
#product .justAdded {
	padding: 20px;
}
#product .justAdded .text {
	font: 14px Tahoma;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#product .justAdded .button1 {
	margin-right: 7px;
}
#product .justAdded .sep {
	position: relative;
	top: 5px;
}
#product .justAdded .button2 {
	margin-left: 7px;
}

/*
 * KOMENTARZE
 */
#comments {
	margin-right: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ff9394;
}
#comments .red_btn {
	float: left;
}
#comments .add {
	margin: 5px 10px 0 0;
	float: right;
}
#comments .add .image {
	margin-top: 1px;
	margin-right: 5px;
}
#comments .comment {
	margin-left: 10px;
	padding-top: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e3e5;
}
#comments .more {
	padding: 7px 10px 7px 0;
	text-align: right;
}
#comments .message, #sendtofriend .message {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #d5d5d5;
	font: 1.2em Tahoma, Arial;
}


/*
 * AKTUALNOŚCI
 */
#news .teamNews {
	border-right: 1px solid #d5d5d5;
	width: 569px;
	float: left;
	padding: 0 10px 20px 10px;
}
#news .title {
	font: 14px Tahoma;
	color: #fe0002;
	font-weight: bold;
}
#news ul.list li {
	margin: 15px 0 0 0;
}
#news ul.list a .title {
	font: 14px Tahoma;
	color: #fe0002;
	font-weight: bold;
}
#news ul.list a .date {
	font: 1em Tahoma;
	color: #000000;
}
#news .photo {
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#news .wysiwyg {
	padding-top: 10px;
	font: 12px Tahoma;
	line-height: 1.5;
}
#news .newsRight {
	display: inline;
	float: right;
	width: 210px;
	padding: 0 10px 0 10px;
}
#news .newsRight div.title {
	color: #000000;
}
#news .newsRight .more a {
	color: #000000;
}
#news .newsRight .more a.red {
	color: #fe0002;
}
#news .newsRight ul {
	margin: 10px 0 10px 0;
}
#news .newsRight ul.list li {
	margin: 0;
	padding: 5px 0 5px 0;
}
#news .newsRight li a.selected {
	text-decoration: underline;
}
.mainNews ul {
	padding: 0 0 0 10px;
}
.mainNews ul li {
	padding: 3px 0 3px 0;
}
.mainNews li a.selected {
	text-decoration: underline;
}
/*
 * PROMOCJE
 */
#promotion .promoimg {
	float: left;
	margin-right: 10px;
}
#promotion .title {
	font: 14px Tahoma;
	color: #fe0002;
	font-weight: bold;
}
#promotion ul.list {
	margin-top: 0;
}
#promotion ul.list li {
	margin: 20px 0 0 0;
	clear: both;
}
#promotion ul.list a .new, #promotion ul.list a {
	font: 14px Tahoma;
	color: #fe0002;
	font-weight: bold;
}
#promotion ul.list a .old {
	padding: 0 10px 0 10px;
	font: 14px Tahoma;
	color: #000000;
	text-decoration: line-through;
}

/*
 * KOSZYK
 */
div.cartPreview {
	margin-top: 10px;
	border: 1px solid #eaeaea;
	padding: 10px;
}
div.cartPreview .justAdded {
	margin-bottom: 10px;
}
div.cartPreview .link {
	margin-top: 3px;
}
div.cartPreview .thumb {
	margin: 0 0 0 30px;
	display: block;
}
div.cartPreview .summary {
	margin: 5px 0 0 0;
}
div.cartPreview .summary .button {
	margin: 10px 0 0 20px;
}
table#cart {
	width: 831px;
}
#cart th {
	padding: 0 4px 0 4px;
}
#cart td {
	padding: 6px 4px 6px 4px;
}
#cart .lp {
	width: 30px;
}
#cart .name {
	width: 315px;
}
#cart .variant {
	width: 57px;
}
#cart .time {
	width: 92px;
}
#cart .remove {
	width: 39px;
}
#cart .quantity {
	width: 44px;
}
#cart .quantity input {
	width: 30px;
	font: 11px Tahoma;
	border: 1px solid #a5acb2;
	text-align: right;
}
#cart input.radio, #cart input.checkbox {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#cart .price {
	width: 91px;
}
#cart .total {
	width: 92px;
}
#basket td select {
	width: 200px;
	font: 11px Tahoma;
	border: 1px solid #a5acb2;
	padding: 2px 0 2px 0;
}
#basket #other {
	margin-top: 5px;
}
div#basket .message {
	padding: 20px;
}
div#basket .alRight {
	text-align: right;
}
div#basket .desc {
	width: 250px;
	padding-left: 10px;
}
div#basket .alCenter {
	text-align: center;
}
div#basket .alLeft {
	text-align: left;
}
div#basket tr.first {
	height: 23px;
	color: #ffffff;
	font-weight: bold;
	/*background: url(../images/koszyk_header.png) no-repeat top left;*/
}
div#basket table {
	background: url(../images/koszyk_header.png) no-repeat top left;
}
div#basket th.first {
	height: 23px;
	background: url(../images/basket_th_first.gif) no-repeat top left;
}
div#basket th.last {
	height: 23px;
	background: url(../images/table_header_right.gif) no-repeat top right;
}
div#basket td.sep {
	padding: 0;
	height: 1px;
	background: #ff9394;
}
div#basket td.bleft {
	border-left: 1px solid #eaeaea;
}
div#basket td.btop {
	border-top: 1px solid #eaeaea;
}
div#basket td.name a {
	color: #000000;
	font-weight: bold;
}
div#basket td.time {
	background-color: #fff8f8;
}
div#basket td.sendall, div#basket td.wrap {
	padding-top: 2px;
	background-color: #fff8f8;
}
div#basket td.ship {
	padding-top: 2px;
	padding-left: 100px;
}
div#basket td.ship select {
	margin-left: 30px;
}
div#basket td.summary1 {
	border-top: 2px solid #fe0002;
	vertical-align: top;
	padding-top: 9px;
	height: 35px;
}
#cart td.summary2 {
	border-top: 2px solid #fe0002;
	vertical-align: top;
	padding-top: 8px;
	height: 35px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/summary_bkg.gif) no-repeat top left;
}
div#buttons {
	padding: 20px;
	background: url(../images/box_top_gradient.gif) repeat-x top left;
}
div.info {
	border-top: 1px solid #d5d5d5;
	padding: 0 20px 20px 20px;
}
div.info .title {
	padding: 10px 0 10px 0;
	font-weight: bold;
}
div.guarranty {
	padding-right: 20px;
	padding-bottom: 20px;
	width: 374px;
	border-right: 1px solid #d5d5d5;
}
div.contact {
	padding-left: 20px;
	padding-bottom: 20px;
	width: 374px;
}

/*
 * ORDER
 */

.grey_btn {
	width: auto;
	height: 22px;
	display: block;
	clear: both;
}
.grey_btn .corner {
	width: 4px;
	height: 22px;
	display: inline;
	float: left;
	background-color: #f2f2f4;
}
.grey_btn .center {
	height: 22px;
	display: inline;
	float: left;
	padding: 0;
	background: url(../images/grey_button_bkg.gif) repeat-x top left;
	background-color: #f2f2f4;
}
.grey_btn .center a {
	font: 11px Tahoma;
	color: #a1a1a1;
	position: absolute;
	white-space: nowrap;
}
.grey_btn .center a:hover {
	text-decoration: underline;
}
.red2_btn {
	width: auto;
	height: 22px;
	display: block;
	clear: both;
}
.red2_btn .corner {
	width: 4px;
	height: 22px;
	display: inline;
	float: left;
	background-color: #f20000;
}
.red2_btn .center {
	height: 22px;
	display: inline;
	float: left;
	padding: 0;
	background: url(../images/red2_button_bkg.gif) repeat-x top left;
	background-color: #f20000;
}
.red2_btn .center a {
	font: 11px Tahoma;
	color: #ffffff;
	position: absolute;
	white-space: nowrap;
}
.red2_btn .center a:hover {
	text-decoration: underline;
}
.orderHeader {
	padding: 3px 0 20px 173px;
	width: 658px;
	white-space: nowrap;
}
.orderHeader .pos {
	float: left;
	display: inline;
	margin-right: 4px;
}


.payment_box, .shipment_box {
	margin: 0 auto;
	/*margin-top: 30px;
	margin-bottom: 30px;*/
	border-right: 1px solid #e2e3e5;
	border-left: 1px solid #e2e3e5;
	width: 300px;
	padding: 30px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}

#sitemap h2.title {
	margin: 7px 0 5px 0;
	font: 14px Tahoma;
	color: #fe0002;
	font-weight: bold;
}
#sitemap h2.title a {
	font: 14px Tahoma;
	color: #fe0002;
	font-weight: bold;
}
#sitemap h2.m10 {
	margin-top: 10px;
}
.contents li {
	padding: 3px 0 3px 10px;
}
/* pager */
#pager div {
	padding-top: 10px;
	font: 12px Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}
#right #pager div {
	font: 1em Tahoma, Arial, sans-serif;
}
#pager a {
	color: #ffffff;
	font: 11px tahoma, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#pager a:hover {
	color: #ffffff!important;
	/*text-decoration: underline;*/
}
#pager td {
	padding-bottom: 3px;
  background-repeat: no-repeat;
}
#pager td.pager {
	width:16px;
	height:18px;
	background-image:url(../images/pager_black.png);
}
#pager td.pager_next_prev {
	width:118px;
	height:18px;
	background-image:url(../images/pager_long_black.png);
}
#right #pager a {
	font: 1em tahoma, Arial, sans-serif;
}
#pager .current_page {
	font: 11px tahoma, Arial, sans-serif;
	font-weight: bold;
	/*text-decoration: underline;*/
	color: #ffffff;
}
#right #pager .current_page {
	font: 1em tahoma, Arial, sans-serif;
}
#subpage #pager table {
	margin: 0 auto;
	width: auto;
	text-align: center;
}
#search span.selected {
	color: #000000;
	font-weight: bold;
}
#search div.head {
	font-size: 1.1em;
	padding: 3px 0 3px 0;
}
#search ul.list {
	margin-top: 15px;
}
#search ul.list li {
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
}
#search ul.list li h3.title {
	font-size: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
}
#search ul.list li .content a {
	color: #000000;
	padding: 0;
	margin: 0;
}
#search ul.list li .more2 {
	float: right;
	padding: 0;
}

/*
 * DAY PROMO
 */
#dayPromo {
}
#dayPromo .top {
	margin: 0 auto;
	margin-top: 10px;
	width: 230px;
}
#dayPromo .bottom {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 230px;
}
#dayPromo .top .corner, #dayPromo .bottom .corner {
	width: 2px;
	height: 2px;
}
#dayPromo .top .line, #dayPromo .bottom .line {
	width: 226px;
	height: 1px;
}
#dayPromo .top .line {
	border-top: 1px solid #e2e3e5;
}
#dayPromo .bottom .line {
	border-bottom: 1px solid #e2e3e5;
}
#dayPromo .header {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #fe0002;
	font-weight: bold;
}
#dayPromo .content {
	width: 228px;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
}
#dayPromo .product {
	padding-left: 5px;
	padding-bottom: 10px;
}
#dayPromo .product .image {
	padding-left: 40px;
	width: 100px!important;
	height: 100px!important;
}
#right #dayPromo .name {
	width: 190px;
}

/*
 * PRODUCT ADDITIONAL INFORMATION
 */
#productInformation {
}
#productInformation .top {
	margin: 0 auto;
	margin-top: 10px;
	width: 230px;
}
#productInformation .bottom {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 230px;
}
#productInformation .top .corner, #productInformation .bottom .corner {
	width: 2px;
	height: 2px;
}
#productInformation .top .line, #productInformation .bottom .line {
	width: 226px;
	height: 1px;
}
#productInformation .top .line {
	border-top: 1px solid #e2e3e5;
}
#productInformation .bottom .line {
	border-bottom: 1px solid #e2e3e5;
}
#productInformation .header {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #fe0002;
	font-weight: bold;
}
#productInformation .content {
	width: 228px;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
}
#productInformation ul {
	margin: 10px 0 10px 0;
}
#productInformation li {
	padding: 3px 0 3px 20px;
}
#productInformation li a.selected {
	text-decoration: underline;
}


/*
 * HISTORIA
 */
.history {
	border: 1px solid #a5acb2;
	margin: 10px 0 10px 0;
	padding: 10px;
}
.history .alRight {
	text-align: right;
}
.history .pos {
	padding: 3px 0 3px 0;
}
.history #products {
	width: 100%;
	padding: 10px 0 10px 0;
}
.history #products td {
	padding: 2px 3px 2px 3px;
}
.history #products .item {
	background-color: #fff8f8;
}

div.errors {
	padding: 5px 0 10px 0;
	width: 94%;
	text-align: left;
}
div.error {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.printDiv {
	padding-top: 20px;
	margin-left: 20px;
	text-align: left;
}

.right h2 {
	margin-bottom: 5px;
	margin-left: 10px;
	color: #000000;
	font-size: 1.2em;
	
}




/*
 * LeftColumn
 */
.leftMenuSpecial {
}
.leftMenuSpecial .top {
	margin: 0 auto;
	margin-top: 10px;
	width: 133px;
}
.leftMenuSpecial .bottom {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 133px;
}
.leftMenuSpecial .top .corner, .leftMenuSpecial .bottom .corner {
	width: 2px;
	height: 2px;
}
.leftMenuSpecial .top .line, .leftMenuSpecial .bottom .line {
	width: 129px;
	height: 1px;
}
.leftMenuSpecial .top .line {
	border-top: 1px solid #e2e3e5;
}
.leftMenuSpecial .bottom .line {
	border-bottom: 1px solid #e2e3e5;
}
.leftMenuSpecial .header {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	color: #fe0002;
	font-weight: bold;
}
.leftMenuSpecial .content {
	width: 131px;
	border-left: 1px solid #e2e3e5;
	border-right: 1px solid #e2e3e5;
}
.leftMenuSpecial .title, .leftMenuSpecial .title a {
	padding: 5px 0 0 5px;
	color: #fe0002;
	font-weight: bold;
}
.leftMenuSpecial .image {
	padding: 5px;
}
.leftMenuSpecial .lead, .leftMenuSpecial .lead a {
	padding: 5px 0 0 5px;
	color: #000000;
}
.mapa{
	width: 210px;
	font-size: 1.1em;
}

