@CHARSET "UTF-8";

body {
	background: url(/img/site/body_bg.png) repeat-x;
	font-family: Arial;
	font-size: 13px;
	color: #6f6f6d;
}

input,select,button,textarea {
	font-family: Arial;
	font-size: 13px;
	color: #6f6f6d;
}

input[type=submit].violet {
	height: 25px;
	background: url(/img/site/input_violet_bg.png);
	color: #ffffff;
	border-top: 1px solid #e23c97;
	border-left: 1px solid #a03177;
	border-right: 1px solid #a03177;
	border-bottom: 1px solid #a03177;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #99044e 3px 3px 2px;
	-moz-border-radius: 3px;
	outline: 0;
}

a {
	text-decoration: underline;
	color: #0B59AB;
}

a.blue_button,input[type=submit].blue{
	height: 25px;
	background: url(/img/site/input_blue_bg.png);
	color: #ffffff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #a1a1a1;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #0c136b 3px 3px 2px;
}
input[type=image].blue {
	height: 25px;
	width: 114px;
	color: #ffffff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #a1a1a1;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: #0c136b 3px 3px 2px;	
}

a.blue_button {
	display: block;
	padding: 6px 4px 4px 4px;
	height: 15px;
	text-align: center;
	text-decoration: none !important;
	line-height: 100%;
	color: #ffffff !important;
	font-weight: normal !important;
}

a.hidden_url {
	display: none;
}

a.pink_back {
	padding: 8px 0 8px 26px;
	line-height: 19px;
	background: url(/img/site/paginator_prev.png) no-repeat 0 50%;
	text-decoration: none;
	font-weight: bold;
	color: #D81B79;
	line-height: 22px;
}

select.pink {
	background-color: #ffffff;
	border: none;
	padding: 2px;
	width: 48px;
	height: 26px;
}

div.cmf-skinned-select {
	background-image: url('/img/site/pink_select.png');
	background-position: 100% 2px;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1; *
	display: inline;
	top: 2px;
}

div.cmf-skinned-text {
	padding: 2px 10px 0 5px;
	border: 1px solid #cbcbcb;
}

input[type=text],input[type=password],textarea {
	padding: 2px;
	border: 1px solid #cacaca;
}

label.error {
	float: left;
	margin-top: 5px;
	color: #D81B79;
}

input[type=text].error,input[type=password].error,textarea.error {
	border: 1px dotted #D81B79;
}

.valign {
	vertical-align: middle;
}

/** Layout **/
#main_wrapper {
	width: 1004px;
	margin: 0 auto;
	overflow: hidden;
}

#top_wrapper {
	height: 210px;
	background: url(/img/site/top_bg.png);
}

#toolbox_wrapper {
	height: 40px; /* 64 */
	padding-left: 160px;
	padding-top: 25px;
	overflow: hidden;
}

#toolbox_wrapper a {
	text-decoration: none;
	color: #a0c3e3;
	margin-left: 20px;
	float: left;
}

#toolbox_wrapper .search {
	float: right;
}

#toolbox_wrapper .search input {
	vertical-align: middle;
}

#toolbox_wrapper .search input[type=text] {
	background-color: #76aad6;
	color: #ffffff;
	border: none;
	height: 20px;
	padding: 3px 2px 2px 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top_menu {
	height: 110px;
}
#logo {
	display: block;
	background: url(/img/site/durex_24_logo.png) no-repeat;
	width: 187px;
	height: 56px;
	float: left;
	margin-left: 177px;
	margin-top: 25px;
}
/*
#logo {
	display: block;
	background: url(/img/site/durex_24_logo_walentynki.png) no-repeat;
	width: 198px;
	height: 81px;
	float: left;
	margin-left: 172px;
	margin-top: 20px;
}
*/
#login_menu {
	float: right;
	background: url(/img/site/login_bg.png) no-repeat;
	width: 319px; /* 335 */
	height: 73px; /* 89 */
	margin-top: 7px;
	margin-right: 10px;
	padding: 8px;
	height: 73px;
}

#login_menu.logged {
	background: url(/img/site/login_bg2.png) no-repeat !important;
}

#login_menu.logged div {
	float: none;
}

#login_menu table {
	margin-top: 10px;
	margin-left: 6px;
}

#login_menu table td {
	padding-top: 2px;
	padding-bottom: 14px;
	color: #777776;
}

#login_menu input[type=text],#login_menu input[type=password] {
	border: none;
	background-color: transparent;
	width: 105px;
	padding: 0 0 0 2px;
}

#login_menu div {
	float: right;
}

#login_menu div a {
	text-decoration: none;
}

#login_menu div p {
	margin-bottom: 10px;
}

#cart {
	float: right;
	background: url(/img/site/cart_bg.png) no-repeat;
	width: 223px; /* 239 */
	height: 73px; /* 89 */
	padding: 8px;
	margin-top: 7px;
	margin-right: 10px;
}

#cart p {
	margin-left: 85px;
	margin-bottom: 10px;
	color: #767676;
}

#cart p strong {
	font-weight: bold;
	color: #0b59ac;
}

#breadcrumbs {
	margin-top: 10px;
	color: #ffffff;
	margin-left: 252px;
	color: #ffffff;
}

#breadcrumbs a {
	color: #ffffff;
	text-decoration: none;
}

#conntent_wrapper {
	overflow: hidden;
}

#left_col {
	float: left;
	width: 244px;
}

#right_col {
	float: right;
	width: 244px;
}

#content {
	margin: 0 252px;
}

#footer_wrapper {
	margin: 10px 0;
	margin-bottom: 30px;
	text-align: center;
}

#footer_wrapper a {
	color: #6f6f6d;
	text-decoration: none;
}

/** strona główna **/
#welcome_adv {
	display: block;
	width: 500px;
	height: 244px;
	background: url(/img/site/welcome_adv.png);
	margin-bottom: 10px;
}

#welcome_info {
	width: 500px;
	height: 91px;
	background: url(/img/site/welcome_info.png);
	margin-bottom: 10px;
}

#welcome_info div {
	float: left;
	padding-top: 10px;
	color: #ffffff;
	margin-left: 18px;
	padding-top: 10px;
	width: 145px;
}

#welcome_info div a {
	color: #ffffff;
	text-decoration: none;
}

#welcome_info div h1 {
	text-align: center;
}

#welcome_info div p {
	margin-left: 50px;
	margin-top: 5px;
	line-height: 130%;
}

#welcome_info div.shop p {
	margin-left: 70px;
}

#platnosci_pl {
	display: block;
	background: url(/img/site/akceptujemy.gif);
	margin: 10px auto;
	width: 139px;
	height: 139px;
}

#facebook {
	display: block;
	width: 184px;
	height: 52px;
	background: url(/img/site/facebook.png);
	margin-bottom: 10px;
	text-decoration: none;
	padding-left: 60px;
	padding-top: 14px;
	font-size: 14px;
	line-height: 140%;
	color: #6f6f6d;
}

#facebook strong {
	color: #0b59ab;
}

#welcome_category {
	overflow: hidden;
	margin-bottom: 10px;
}

#welcome_category a {
	display: block;
	width: 163px;
	height: 120px;
	float: left;
	color: #d81b79;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

#welcome_category .condom {
	background: url(/img/site/welcome_category_condom.png);
}

#welcome_category .gel {
	background: url(/img/site/welcome_category_gel.png);
	margin-left: 6px;
}

#welcome_category .vibrator {
	float: right;
	background: url(/img/site/welcome_category_vibrator.png);
}

/** panel **/
.panel {
	overflow: hidden;
	margin-bottom: 10px;
}

.panel .head {
	height: 38px;
}

.panel .head .l {
	float: left;
	width: 8px;
	height: 38px;
	background: url(/img/site/panel_head_l_bg.png);
}

.panel .head .r {
	float: right;
	width: 8px;
	height: 38px;
	background: url(/img/site/panel_head_r_bg.png);
}

.panel .head h1 {
	margin: 0 8px;
	height: 28px;
	padding-top: 10px;
	padding-left: 6px;
	background: url(/img/site/panel_head_bg.png);
	color: #0b59ab;
	font-size: 14px;
}

.panel .content {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	padding: 4px 8px 0px 8px;
	background-color: #fefefe;
	overflow: hidden;
}

.panel .empty_head {
	height: 8px;
}

.panel .empty_head .l {
	float: left;
	height: 8px;
	width: 8px;
	background: url(/img/site/panel_empty_head_l_bg.png);
}

.panel .empty_head .r {
	float: right;
	height: 8px;
	width: 8px;
	background: url(/img/site/panel_empty_head_r_bg.png);
}

.panel .empty_head .m {
	height: 8px;
	margin: 0 8px;
	background: url(/img/site/panel_empty_head_bg.png);
}

.panel .footer {
	height: 8px;
}

.panel .footer .l {
	float: left;
	height: 8px;
	width: 8px;
	background: url(/img/site/panel_footer_l_bg.png);
}

.panel .footer .r {
	float: right;
	height: 8px;
	width: 8px;
	background: url(/img/site/panel_footer_r_bg.png);
}

.panel .footer .m {
	height: 8px;
	margin: 0 8px;
	background: url(/img/site/panel_footer_bg.png);
}

/** specyficzne panele **/
.panel.panel_category_tree .head h1 {
	color: #5d5d5d;
}

.panel.panel_category_tree ul li {
	background: url(/img/site/menu_list_bg.png) no-repeat top center;
}

.panel.panel_category_tree ul li:first-child {
	background: none;
}

.panel.panel_category_tree ul li a {
	text-decoration: none;
	color: #0b59ac;
	font-weight: bold;
	padding: 12px 0px 10px 30px;
	display: block;
	background-position: 3px 45%;
	background-repeat: no-repeat;
}

.panel.panel_category_tree ul li.active a {
	color: #d81b79;
}

.panel.panel_shop_menu ul li.active a {
	color: #d81b79;
}

.panel.panel_category_tree ul li.category_1 a {
	background-image: url(/img/site/icn_product_category_1.png);
}

.panel.panel_category_tree ul li.category_2 a {
	background-image: url(/img/site/icn_product_category_2.png);
}

.panel.panel_category_tree ul li.category_3 a {
	background-image: url(/img/site/icn_product_category_3.png);
}

.panel.panel_category_tree ul li.category_4 a {
	background-image: url(/img/site/icn_product_category_4.png);
}

.panel.panel_category_tree ul li.category_5 a {
	background-image: url(/img/site/icn_product_category_5.png);
}

.panel.panel_category_tree ul li.category_6 a {
	background-image: url(/img/site/icn_product_category_2.png);
}

.panel.panel_category_tree ul li.category_7 a {
	background-image: url(/img/site/icn_product_category_1.png);
}

.panel.panel_category_tree ul li.category_8 a {
	background-image: url(/img/site/icn_product_category_4.png);
}
.panel.panel_category_tree ul li.category_9 a {
	background-image: url(/img/site/icn_product_category_9.png);
}
.panel.panel_category_tree ul li.category_10 a {
	background-image: url(/img/site/icn_product_category_10.png);
}

.panel.panel_category_tree ul li.category_1.active a {
	background-image: url(/img/site/icn_active_product_category_1.png);
}

.panel.panel_category_tree ul li.category_2.active a {
	background-image: url(/img/site/icn_active_product_category_2.png);
}

.panel.panel_category_tree ul li.category_3.active a {
	background-image: url(/img/site/icn_active_product_category_3.png);
}

.panel.panel_category_tree ul li.category_4.active a {
	background-image: url(/img/site/icn_active_product_category_4.png);
}

.panel.panel_category_tree ul li.category_5.active a {
	background-image: url(/img/site/icn_active_product_category_5.png);
}

.panel.panel_category_tree ul li.category_6.active a {
	background-image: url(/img/site/icn_active_product_category_2.png);
}

.panel.panel_category_tree ul li.category_7.active a {
	background-image: url(/img/site/icn_active_product_category_1.png);
}

.panel.panel_category_tree ul li.category_8.active a {
	background-image: url(/img/site/icn_active_product_category_4.png);
}
.panel.panel_category_tree ul li.category_9.active a {
	background-image: url(/img/site/icn_active_product_category_9.png);
}
.panel.panel_category_tree ul li.category_10.active a {
	background-image: url(/img/site/icn_active_product_category_10.png);
}

.panel.panel_shop_menu ul li {
	background: url(/img/site/menu_list_bg.png) no-repeat top center;
	padding: 12px 7px 10px 7px;
}

.panel.panel_shop_menu ul li:first-child {
	background: none;
}

.panel.panel_shop_menu ul li a {
	color: #6f6f6d;
	text-decoration: none;
	font-weight: bold;
}

.panel.panel_shop_menu ul li a span {
	color: #0b59ac;
}

.panel.panel_contact a {
	font-weight: bold;
	color: #d81b79;
	text-decoration: none;
}

.panel.panel_contact p {
	line-height: 145%;
	margin-bottom: 10px;
}

.panel.panel_contact a.blue_button {
	width: 84%;
	margin: 0 auto;
}

.panel.panel_forum li {
	padding: 3px 7px;
	line-height: 130%;
}

.panel.panel_forum li a {
	text-decoration: none;
	color: #6f6f6d;
}

.panel.panel_forum li a strong {
	color: #0b59ac;
}

.panel_orders ul {
	list-style-type:circle;
	margin:0 10px 0 10px;
}

.panel_orders ul li {
	margin:0 10px 0 10px;
	padding:5px 0 5px 0;
	line-height:1.25em;
}

/** lista produktów **/
.products_list td {
	text-align: center !important;
	width: 160px;
}

.products_list .titles h1 {
	color: #d81b79;
	margin: 10px 0;
	font-size: 18px;
}

h2 {
	color: #d81b79;
	margin: 10px 0;
	font-size: 14px;
}

.products_list .titles h1 a {
	color: #d81b79;
	text-decoration: none;
	font-size: 14px;
}

.products_list .prices .image {
	line-height: 135px;
	margin-bottom: 10px;
}

.products_list .prices .image a {
	text-decoration: none;
}

.products_list .prices .image img {
	vertical-align: bottom;
}

.products_list .prices .prices p {
	margin-bottom: 10px;
}

.products_list .prices .prices .price {
	font-size: 15px;
}

.products_list .prices .prices .price span {
	font-weight: bold;
}

.products_list .prices .prices .old_price span {
	text-decoration: line-through;
}

.products_list .carts .cart p {
	margin-bottom: 10px;
}

.products_list .carts .cart {
	margin-bottom: 10px;
}

/** produkt **/
.panel.product .content {
	padding-right: 0;
}

.panel.product h2 {
	color: #0b59ac;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.panel.product h1 {
	color: #d81b79;
	font-size: 23px;
	font-weight: bold;
	margin: 15px 0;
}

.panel.product .info {
	overflow: hidden;
	margin-bottom: 15px;
}

.panel.product .info .left {
	float: left;
	width: 240px;
	/*overflow: hidden;*/
}

.panel.product .photos {
	text-align: center;
	margin-bottom: 10px;
}

.panel.product .photos a {
	text-decoration: none;
}

.panel.product .photos .magnifying {
	margin-top: 15px;
}

.panel.product .photos .magnifying a img {
	vertical-align: middle;
}

.panel.product .info .right {
	margin-left: 260px;
	overflow: hidden;
	width:230px;
}

.panel.product .info .prices div .cmf-skinned-select,.product .info .prices div .cmf-skinned-text
	{
	margin-left: 0;
}

.panel.product .info .prices p {
	margin-bottom: 15px;
	line-height:1.2em;
}

.panel.product .info .prices p strong {
	color: #0b59ac;
}

.panel.product .info .prices .price strong {
	font-size: 18px;
}

.panel.product .info .prices .old_price {
	text-decoration: line-through;
}

.panel.product .info .connected_products {
	position: relative;
}

.panel.product .info .connected_products ul {
	border-left: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	-moz-border-radius-bottomleft: 5px;
}

.panel.product .info .connected_products h3 {
	color: #0b59ac;
	margin-bottom: 10px;
}

.panel.product .info .connected_products li {
	margin: 0 10px 0px 10px;
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}

.panel.product .info .connected_products li h1 {
	font-size: 14px;
	margin-left: 5px;
}

.panel.product .info .connected_products li h1 a {
	text-decoration: none;
}

.panel.product .info .connected_products li>a {
	float: left;
	display: block;
	width: 60px;
	text-align: center;
	text-decoration: none;
}

.subscription,.newsletter {
	cursor: pointer;
}

.panel.product .info .subscription a {
	display: block;
	background: url(/img/site/btn_subscription.png) no-repeat 5px 0;
	width: 175px;
	height: 43px;
}
p.subscription{
	margin-bottom:0 !important;
}
.prices p.cart {
	margin-bottom:0 !important;
}

#subscription_wrap {
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	border:solid 1px #ddd;
	*/margin-bottom:10px;
	padding:0px 10px 5px 10px;
	border-right:none !important;
}
#prices_wrap {
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	border:solid 1px #ddd;
	*/margin-bottom:10px;
	padding:10px 10px 0px 10px;
	border-right:none !important;
}

.panel.product .description {
	line-height: 150%;
	text-align: justify;
	margin: 10px 0;
}

/** Koszyk **/
td.delivery_method {
	text-align:left !important;
	vertical-align:top !important;
	padding-left:10px !important;
	padding-right:10px !important;
	width:50%;
}
td.delivery_method {
	border-right:solid 1px #ddd;
}
.delivery_method ul li {
	list-style-type: none;
}

.panel.cart .head {
	overflow: hidden;
	height: 48px;
	margin: 0 auto 10px auto;
	width: 451px;
}

.panel.cart .head div {
	float: left;
	height: 48px;
	background: url(/img/site/cart_head.png);
}

.panel.cart .head div.b {
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0 0 7px;
	width: 130px;
	height: 41px;
}

.panel.cart .head div.b.active,.panel.cart .head div.b.active strong {
	color: #0B59AC;
}

.panel.cart .head div.b strong {
	font-size: 27px;
	position: relative;
	top: 3px;
}

.panel.cart .head div.l {
	background: url(/img/site/cart_head_l.png);
	width: 10px;
}

.panel.cart .head div.m {
	background: url(/img/site/cart_head_m.png);
	width: 10px;
}

.panel.cart .head div.r {
	background: url(/img/site/cart_head_r.png);
	width: 10px;
}

.panel.cart table.products {
	width: 100%;
}

.panel.cart table.products tr.header th {
	font-weight: normal;
	padding-bottom: 5px;
}

.panel.cart table.products td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	background: url(/img/site/cart_table_td.png) repeat-x top;
}

.panel.cart table.products .info {
	width: 116px;
	padding-left: 9px;
}

.panel.cart table.products .quantity {
	width: 100px;
}

.panel.cart table.products .price {
	width: 80px;
}

.panel.cart table.products .overall {
	width: 80px;
}

.panel.cart table.products .actions {
	width: 90px;
	padding-right: 9px;
}

.panel.cart table.products tr.product td.info {
	border-right: 1px solid #cbcbcb;
	background: url(/img/site/cart_table_first_td.png) no-repeat top right;
	text-align: left;
	color: #d81b79;
}

.panel.cart table.products tr.product td.info h1 {
	font-weight: bold;
	margin-bottom: 10px;
}

.panel.cart table.products tr.product td.info div {
	margin-bottom: 10px;
	line-height: 60px;
}

.panel.cart table.products tr.product td.info div img {
	vertical-align: bottom;
	max-width:120px;
}

.panel.cart table.products tr.product td.info a {
	color: #d81b79;
	font-style: italic;
	text-decoration: none;
}

.panel.cart table.products tr.product td.quantity {
	border-right: 1px solid #cbcbcb;
}

.panel.cart table.products tr.product td.price {
	border-right: 1px solid #cbcbcb;
}

.panel.cart table.products tr.product td.overall {
	border-right: 1px solid #cbcbcb;
	font-weight: bold;
}

.panel.cart table.products tr.product td.actions {
	background: url(/img/site/cart_table_last_td.png) no-repeat top left;
	text-align: right;
}

.panel.cart table.products tr.info td {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

.panel.cart table.products tr.info td.notes {
	border-right: 1px solid #cbcbcb;
	padding-left: 9px;
	background: url(/img/site/cart_table_first_td_info.png) no-repeat top
		right;
	width: 304px;
}

.panel.cart table.products tr.info td.notes textarea {
	margin: 10px 0;
	width: 80%;
	height: 80px;
	border: 1px solid #cbcbcb;
}

.panel.cart table.products tr.info td.delivery_method {
	padding-left: 10px;
	background: url(/img/site/cart_table_last_td_info.png) no-repeat top
		left;
}

.panel.cart table.products tr.info td.delivery_method ul {
	line-height: 150%;
}

.panel.cart table.products tr.info td.delivery_method ul li {
	margin-bottom: 10px;
}

.panel.cart table.products tr.info td.delivery_method input {
	vertical-align: text-bottom;
}

.panel.cart table.products tr.info td.delivery_method label {
	padding: 5px 0;
}

.panel.cart .overalls {
	overflow: hidden;
	width: 220px;
	height: 109px;
	margin: 10px auto;
}

.panel.cart .overalls .l {
	width: 10px;
	height: 109px;
	float: left;
	background: url(/img/site/cart_overall_l.png) no-repeat;
}

.panel.cart .overalls .r {
	width: 10px;
	height: 109px;
	float: right;
	background: url(/img/site/cart_overall_r.png) no-repeat;
}

.panel.cart .overalls .c {
	margin: 0 10px;
	height: 109px;
	background: url(/img/site/cart_overall.png) repeat-x;
	overflow: hidden;
	width:200px;
}

.panel.cart .overalls .c p {
	margin: 13px 0;
}

.panel.cart .overalls .c .overall {
	
}

.panel.cart .overalls .c .overall span {
	font-weight: bold;
}

.panel.cart .overalls .c .delivery {
	
}

.panel.cart .overalls .c .delivery span {
	font-weight: bold;
}

.panel.cart .overalls .c .overall_price_with_delivery {
	margin-top: 14px;
}

.panel.cart .overalls .c .overall_price_with_delivery span {
	font-size: 18px;
	color: #0b59ac;
}

.panel.cart div.submit {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

/** Artykuły **/
.panel.article .content p,.panel.article .content div {
	line-height: 150%;
	text-align: justify;
	margin-bottom: 10px;
}

.panel.article .content h1 {
	color: #0B59AB;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.panel.article .content h2 {
	color: #0B59AB;
	font-size: 15px;
	margin: 0 0 15px 0;
}

.panel.article .content h3 {
	color: #0B59AB;
	font-size: 13px;
	margin: 0 0 10px 0;
}

.panel.article .content ul,.panel.article .content ol {
	line-height: 165%;
	margin-bottom: 10px;
}

.panel.article .content ol {
	list-style: decimal inside;
}

.panel.article .content ol li {
	
}

.panel.article .content ul {
	list-style: disc inside;
}

.panel.article .content ul li {
	
}

.panel.cart .content p,.panel.cart  .content div {
	line-height: 150%;
	text-align: justify;
	margin-bottom: 10px;
}

.panel.cart .content h1 {
	color: #0B59AB;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.panel.cart .content h2 {
	color: #0B59AB;
	font-size: 15px;
	margin: 0 0 15px 0;
}

.panel.cart .content h3 {
	color: #0B59AB;
	font-size: 13px;
	margin: 0 0 10px 0;
}

.panel.cart .content ul,.panel.cart .content ol {
	line-height: 165%;
	margin-bottom: 10px;
}

.panel.cart .content ol {
	list-style: decimal inside;
}

.panel.cart .content ol li {
	
}

.panel.cart .content ul {
	list-style: disc inside;
}

.panel.cart .content ul li {
	
}

/** formularze **/
table.form {
	margin-bottom: 10px;
}

table.form.no-margin {
	margin-bottom: 0;
}

table.form th {
	padding: 0 15px 10px 0;
	text-align: right;
	font-weight: normal;
	width: 200px;
}

table.form td {
	padding: 5px 5px 10px 5px;
	width: 220px;
}

table.form td input[type=text],table.form td input[type=password] {
	width: 80%;
}

.panel.article div.form_submit {
	margin: 10px 0;
	text-align: center;
}

.panel.article div.form {
	
}

.panel.article div.form p {
	margin-bottom: 5px;
	overflow: hidden;
}

.panel.message .content {
	font-size: 15px;
	font-weight: bold;
	color: #D81B79;
	padding-top: 10px;
	padding-bottom: 10px;
}

/** paginacja produktów **/
ul.paginator {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}

ul.paginator li {
	float: left;
}

ul.paginator li a {
	display: block;
	text-decoration: none;
	padding: 2px 4px;
	color: #D81B79;
	border: 1px solid #D81B79;
	margin: 0 5px;
}

ul.paginator li.active a {
	border-color: #c6c6c6;
	color: #c6c6c6;
}

ul.paginator li.next a {
	background: url(/img/site/paginator_next.png) no-repeat left top;
	border: none;
	width: 21px;
	height: 19px;
	margin-top: 1px;
	margin-left: 3px;
}

ul.paginator li.prev a {
	background: url(/img/site/paginator_prev.png) no-repeat right top;
	border: none;
	width: 21px;
	height: 19px;
	margin-right: 3px;
}

/** panel kontaktowy **/
.panel.contact_form div.form textarea,.panel.contact_form div.form input
	{
	width: 476px;
}

/** product quick view **/
div.product_quick_view {
	padding: 5px;
	overflow: hidden;
}

div.product_quick_view h1 {
	color: #D81B79;
	font-size: 23px;
	font-weight: bold;
	margin: 15px 0;
}

div.product_quick_view .photos {
	text-align: center;
	float: left;
	width: 240px;
}

div.product_quick_view .description {
	margin-left: 260px;
	margin-right: 10px;
	line-height: 150%;
	text-align: justify;
	line-height: 150%;
}

#rssl {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

.sociable {
	margin: 15px 0;
}

.sociable img {
	vertical-align: middle;
}
.official {
	color:#fff;
	float:left;
	font-size:1em;
}

#slideshow_container {
    width: 501px;
    height: 244px;
}

#caption {
    width: 501px;
    height: 50px;
    padding: 10px;
    color: #fff;
}
.easy_slides_container{ margin-bottom:10px;}

.centered {
	text-align:center !important;
}
.important_txt {
	color:#0B59AB;
}
.important_txt_2 {
	color:red;
	font-weight: bold;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.valign {
	vertical-align:middle;
}
.rating_box {
	margin:15px 0;
	clear:both;	
	clear:both;
	float:left;
	width:100%;
	border-bottom: solid 1px #ddd;
	padding-bottom:5px;
}

.search_results ul li {
	list-style-type:none;
}
.panel.panel_contact p.odb_os {
	margin: 0 10px;
}
.dm_price1 {
	color: red;
	font-weight: bold;
}

.coupon {
	width:70px;
	margin:5px;
	border:solid 1px #ddd;
}

