@CHARSET "UTF-8";

body {
	background: url(/img/site/bg1.jpg) no-repeat top center #ededed;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

img {
  max-width: 100%;
} 

input,select,button,textarea {
	font-family: Arial;
	font-size: 13px;
	color: #6f6f6d;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-sizing: content-box;
}

input[type=submit].violet {
	height: 35px;
	background-color: #29ADDF;
	color: #FFF;
	border-radius: 7px;
	outline: 0px none;
	padding: 10px 15px;
	border: medium none;
	margin-left: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size:30px;
	color:#0ca0e2;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:27px;
	padding:10px 0;
}
h3 {
	font-size:25px;
	padding:10px 0;
}

a {
	text-decoration: none;
	color: #0ca0e2;
}
a:hover {
	text-decoration: underline;
}

a.blue_button,input[type=submit].blue{
	height: 25px;
	background-color: #29addf;
	color: #ffffff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	outline: 0;
	border: none;
}
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 36px;
	background: url(/img/site/paginator_prev.png) no-repeat 0 50%;
	text-decoration: none;
	font-weight: bold;
}

select.pink {
	background-color: #ececec;
	width: 56px;
	height: 28px;
}

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

div.cmf-skinned-text {
	padding: 4px 10px 0 5px;
}

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;
}

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

#top_wrapper {
	height: 164px;
	color:#fff;
}
#top_wrapper a {
	color:#fff;
}
#logo_area {
	height:164px;
	width:227px;
	float:left;
}
#top_main {
	width:763px;
	float:left;
	padding-top:17px;
}
#top_main p {
	line-height: 2em;
}

.search {
	float: right;
	padding:7px;
	margin-right:17px;
	width:200px;
}

.search input {
	vertical-align: middle;
}

.search input[type=text] {
	background-color: transparent;
	color: #ffffff;
	border: none;
	height: 20px;
	padding: 3px 2px 2px 2px;
	width: 170px;
}

.topbox {
	background-color:#12284e;
	background: url(/img/site/topboxbg.png);
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#top_menu {
	height: 110px;
}
#top_main1 {
	overflow: hidden;
}
#top_main2 {
	overflow: hidden;
}
#top_main_login {
	width:310px;
	float:left;
	padding-top:7px;
}
#top_main_cart {
	margin-top:25px;
	width:380px;
	float:right;
	padding:7px 15px;
}
#top_main_cart .cart1 {
	width:220px;
}

#login_form input[type="text"],
#login_form input[type="password"]
{
	background:transparent;
	border:none;
	width:130px;
	-moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-sizing: content-box;
}
#login_form .topbox {
	padding:7px;
	margin-bottom:10px;
	height: 20px;
}
#login_form .loginbtn {
	padding-top: 43px;
	display: block;
	width: 115px;
	float: right;
}

#breadcrumbs {
	margin-top: 15px;
	color: #ffffff;
	margin-bottom:15px;
}

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

#conntent_wrapper {
	overflow: hidden;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#fff;
	padding:20px;
}

#left_col {
	float: left;
	width: 232px;
	padding-right:20px;
}

#right_col {
	float: right;
	width: 232px;
	padding-left:20px;
	
}

#content {
width: 446px;
float: left;
}
.content p {
	line-height:1.75em;
}
.content li {
	line-height:1.5em;
}
#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;
	background: url(/img/site/welcome_info.png);
	margin-bottom: 10px;
	float:left;
	overflow:auto;	
}

#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: auto;
	margin-bottom: 10px;
	float:left
}

#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;
}

/** panel **/
.panel {
	overflow: hidden;
	margin-bottom: 25px;
	border-top: 5px solid #8a8a8a;
}

.panelb {
	padding-bottom:25px;
	border-bottom: 5px solid #8a8a8a;
}

.panel h1 {
	line-height: 1.25em;
	padding-top: 25px;
	color: #0ca0e2;
	font-size: 26px;
	padding-bottom:25px;
}

.panel_category_tree li a,
.panel_shop_menu li a
 {
	line-height:2em;
	font-size:15px;
}

.panel_orders b {
	color: #0ca0e2;
	
}

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

.listname {
	padding:10px 5px;
	display: inline-block;
	font-size:15px;
	line-height:1.5em;
	text-align:center;
}
.products_list {
	overflow:auto;
	float:left;
	color:#474747;
	margin-bottom: 25px;
}

.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 {
}

.products_list .prices .prices .price span {
	font-weight: bold;
	color:#0ca0e2;
}

.products_list .prices .prices .old_price span {
	text-decoration: line-through;
	font-weight: bold;
	color:#0ca0e2;
}

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

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

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


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

.panel.product .info .left {
	float: left;
	width: 220px;
	/*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: 226px;
	overflow: hidden;
	width:220px;
}

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

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

.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 {
}

.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 {
}

.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;
	padding: 10px 0;
}

.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 div.b {
	font-size: 20px;
	font-weight: bold;
	padding: 7px 0 0 7px;
	color:#0ca0e2;
	display:inline-block;
}

.panel.cart  div.b.active {
	
}
.panel.cart  div.b.active strong 
{
	color: #fff;
	background-color:#0ca0e2;
}

.panel.cart div.b strong {
	font-size: 27px;
	position: relative;
	font-weight:normal;
	display:block;
	margin:0 auto;
	padding:20px;
	height:20px;
	width:20px;
	background-color:#ececec;
	color: #0ca0e2;
		border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
}
.panel.cart div.b strong .step {
	top: -5px;
	text-align: center;
	position: relative;
}

.s1  {
	width:25%;
	float:left;
}
.s2  {
	width:35%;
	float:left;
}
.s3  {
	width:35%;
	float:left;
}
.stepn {
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:18px;
}
.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 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 {
	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;
	text-align: left !important;
	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;
	display:block;
	width:550px;
	line-height:1.25em;
}

#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;
}
.home_intro {
	width:100%;
}

#slider .nivo-caption {
        font-size:15px;
        line-height:1.25em;
}

.theme-default #slider {
    width:990px; 
    height:300px; 
}
.slider-wrapper {
        width:990px;
        float:left;
        height:300px;
	margin-bottom:20px;
}
.theme-default .nivo-controlNav {
	bottom:0px;
}

.valign {
	vertical-align:middle;
}

.red {
	color:red;
}


@media (max-width: 320px) {

#main_wrapper {
		width: 300px;
	}
#top_slider {
	display:none;
}

}
@media (min-width:321px)  and (max-width: 480px)
{ 
/* smartphones, iPhone, portrait 480x320 phones */ 

#top_slider {
	display:none;
}
#logo_area {
height: auto;
width: 80px;
}
#top_main_login {
width: 210px;
}
#login_form .loginbtn {
 padding-top: 0;
}
#top_main_cart {
margin-top: 7px;
}
#conntent_wrapper,
#breadcrumbs {
clear: both;
}
.product_quick_view {
}
#main_wrapper {
		width: 440px;
	}
	#top_main_cart {
	width: 180px;
	}
	#top_main {
	width: 440px;
	}
	#top_main2 {
	float: left;
	}
	.panel.product .info .left {
	width: 200px;
	}
	.panel.product .info .right {
	width: 200px;
	}
	div.form input {
	width: 176px;
	}
	.panel.contact_form div.form textarea, .panel.contact_form div.form input {
		width: 176px;
		}
 	.stepn {
		font-size: 15px;
 	} 
 	.s3 {
	width: 30%;
 	}
		#left_col {
width: 400px;
}
	#right_col {
width: 400px;
}
	#content {
width: 400px;
clear: both;
margin:0 !important;
}

.panelb  {
	display:none;
}

.panel_category_tree li a, .panel_shop_menu li a {
line-height: 1.5em;
font-size: 1em;
}
.panel h1 {
		font-size: 1.5em;
}

#top_main1 .fright {
	float:none;
	clear:both;
	}

.products_list td {
text-align: center !important;
width: 140px;
}


}


@media (max-width: 480px) { 
/*
	#top_slider {
		display:none;
	}
*/
}
@media (min-width:481px)  and (max-width: 640px){ 
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
/*
#top_slider {
	display:none;
}
*/
#logo_area {
height: auto;
width: 127px;
}
#main_wrapper {
		width: 560px;
	}
	#top_main_cart {
	width: 180px;
	}
	#top_main {
	width: 533px;
	}
	#top_main2 {
	float: left;
	}
	.panel.product .info .left {
	width: 200px;
	}
	.panel.product .info .right {
	width: 200px;
	}
	div.form input {
	width: 276px;
	}
	.panel.contact_form div.form textarea, .panel.contact_form div.form input {
		width: 276px;
		}
 	.stepn {
		font-size: 15px;
 	} 
 	.s3 {
	width: 30%;
 	}
		#left_col {
width: 500px;
}
	#right_col {
width: 510px;
}
	#content {
width: 510px;
clear: both;
margin:0 !important;
}

.panelb  {
	display:none;
}

.panel_category_tree li a, .panel_shop_menu li a {
line-height: 1.5em;
font-size: 1em;
}
.panel h1 {
		font-size: 1.5em;
}

}
@media (min-width:641px) and (max-width: 960px) { 
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 

	#main_wrapper {
		width: 760px;
	}
	#top_main_cart {
	width: 180px;
	}
	#top_main {
	width: 533px;
	}
	#top_main2 {
	float: left;
	}
	.panel.product .info .left {
	width: 200px;
	}
	.panel.product .info .right {
	width: 200px;
	}
	div.form input {
	width: 276px;
	}
	.panel.contact_form div.form textarea, .panel.contact_form div.form input {
		width: 276px;
		}
 	.stepn {
		font-size: 15px;
 	} 
 	.s3 {
	width: 30%;
 	}
	
	#right_col {
float: right;
width: 720px;
padding-left: 20px;
}
	#content {
width: 460px;
}


}
@media (min-width:961px) and (max-width: 1004px) {
	/* tablet, landscape iPad, lo-res laptops ands desktops */
	#main_wrapper {
		width: 960px;
	}
	#top_main_cart {
	width: 380px;
	}
	#top_main {
	width: 733px;
	}
	#top_main2 {
	float: left;
	}
	.panel.product .info .left {
	width: 200px;
	}
	.panel.product .info .right {
	width: 200px;
	}
	div.form input {
	width: 376px;
	}
	.panel.contact_form div.form textarea, .panel.contact_form div.form input {
		width: 376px;
		}
 	.stepn {
		font-size: 15px;
 	} 
 	.s3 {
	width: 30%;
 	}

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

 #nivoSlider, #nivoSlider img{width:100%;height:auto !important}
