body, ul, li, dl, dd, dt, table, td, input, h1, h2, h3, h4, h5, h6, p, hr {padding: 0; margin: 0;}
dl, dd, dt, ul, li {list-style: none;}
table, td, th {border-collapse: collapse; border: none; border-spacing: 0;}
img {border: none; outline: none;}



/*
------------ THEME COLORS ------------
*/
	
	.theme-colors {display: none;}
	.theme-colors-1 {background-color: #66ccff;}
	.theme-colors-2 {background-color: #f2498f;}

/*
------------ MISC ------------
*/

	.float-right {float: right !important;}
	.float-left {float: left !important;}
	.float-none {float: none !important;}
	
	.show-desktop {display: block !important;}
	.hide-desktop {display: none !important;}
	
	.clear {
		width: 100%;
		overflow: hidden;
		height: 0px;
		clear: both;
	}
	

	input {color: #4c4c4c;}
	a { text-decoration: none; color:#666}
	a:hover {color: #666;}
	
	.ta-left {text-align: left !important;}
	.ta-right {text-align: right !important;}
	.ta-center {text-align: center !important;}
	
	.va-top {vertical-align: top !important;}
	.va-middle {vertical-align: middle !important;}
	.va-bottom {vertical-align: bottom !important;}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		font-family: 'PT Sans Narrow';
		margin-bottom: 20px;
	}
	
	h1 {font-size: 26px;}
	h2 {font-size: 24px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	h6 {font-size: 16px;}
	
	.buttons .left {float: left; text-align: left;}
	.buttons .right {float: right; text-align: right;}
	.buttons .center {text-align: center; margin-left: auto; margin-right: auto;}
	
	p {margin-bottom: 20px;}
	
	hr {
		border: none;
		height: 1px;
		background-color: #e5e5e5;
		margin-bottom: 20px;
		overflow: hidden;
	}


/* ==============================================*/
/* fullsize background */
/* http://css-tricks.com/perfect-full-page-background-image/ */
/* ==============================================*/

#bg { position: fixed; top: 0; left: 0; z-index:-10000 }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
	
/*
------------ BODY ------------
*/


	body {
		
		padding: 20px 0px;
		color: #4c4c4c;
		font: 12px/20px Arial;
	}
	.page {
		background-color: transparent;
		width: 980px;
		margin: 0px auto;
        /*
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
        */

	}
	
/*
------------ LAYOUT ------------
*/
	
	#content {
		padding: 0;
		overflow: hidden;
	}
	#content-right {
		width: 300px;
		float: right;
        margin-left: 20px;

	}
	#content-left {
		width: 240px;
		float: left;	
	}
	#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 240px;}
	#content-right + #content-center {margin-right: 300px;}
	
	.column4 {
		margin: 0px 10px;
		float: left;
		width: 220px;
	}
	.fluid50 {
		width: 50%;
		float: left;
		margin-bottom: 40px;
	}
	.fluid33 {
		width: 33%;
		float: left;
		margin-bottom: 20px;
	}
	.fluid66 {
		width: 66%;
		float: left;
		margin-bottom: 20px;
	}
	.content {padding: 0px;}
	section {margin: 0px 0px 40px 0px;}
	.standart {margin: 0px 10px 40px 10px;}

/*
------------ FORM ELEMENTS ------------
*/

	input[type=text],
	input[type=password],
	textarea, select {
		display: block;
		border: 1px solid #dcdcdc;	
		border-top-color: #ccc;
		border-bottom-color: #e5e5e5;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		padding: 5px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	input[type=text],
	input[type=password] {
		height: 16px;
		max-width: 90%;
	}

/*
------------ MENU ------------
*/

	#menu {
		height: 40px;
		/* after the changes to put at the position of the cart dropdown */
		z-index: 40;
		position: absolute;	
		right: 0px;
		top: 64px;
		text-align: right;
		
		/*
		background-color: #4d4d4d;	
		background-image: url('./../images/gradient.png');
		*/
		padding: 0px;
	}
	#menu .item,
	#menu .separator {float: left;}
	/*
	#menu .separator {
		width: 2px;
		height: 40px;
		background-image: url('./../images/separator.png');	
	}
	*/
	#menu .item {
		position: relative;
		z-index: 50;
	}
	#menu .item .light {
		cursor: pointer;
		display: block;
		padding: 10px 7px;
		font-size: 11px;
		line-height: normal;
		color: #fff;
	}
	#menu .item .light div {
		height: 16px;
		line-height: 12px;
		background: #fff /*url('./../images/gradient.png') 0px -8px*/; /*d4d4d4*/
		padding: 2px 5px;
		/*border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;*/
		position: relative;
        color:#666;

	}
	#menu .item .light div .icon {
		display: inline-block;
		margin-bottom: -4px;
		margin-right: 6px;
		width: 16px;
		height: 16px;
		background-image: url('./../images/icon-header.png');
	}
	
	.icon-heart 	{background-position: 0px 0px;}
	.icon-user 		{background-position: -16px 0px;}
	.icon-basket 	{background-position: -32px 0px;}
	.icon-card 		{background-position: -48px 0px;}
	.icon-money 	{background-position: -64px 0px;}
	.icon-l			{background-position: -80px 0px;}

	/*
	------------ LANGUAGE ------------
	*/

		#language .drop-body li {
			text-align:left;
		}

		#language .drop-body li img {
			position: relative;
			top: 1px;
			margin-right: 10px;	
		}

/*
------------ DROP MENU ------------
*/

	.drop-content {
		position: absolute;
		top: 40px;
		right: 0px;
		width: 500px;
		height: 8px;
		display: none;
	}
	.drop-arrow {
		display: none;
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		margin-left: -6px;
		z-index: 51;
		content: '\00a0';
		bottom: -8px;
		border: 6px solid transparent;
		border-bottom-color: #d9d9d9;	
		border-bottom-color: rgba(178, 178, 178, 1);
	}
	.drop-arrow:after {
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		margin-left: -6px;
		z-index: 51;
		display: block;
		content: '\00a0';
		bottom: -7px;
		border: 6px solid transparent;
		border-bottom-color: #fff;	
	}
	.drop-body {
		position: absolute;
		top: 8px;
		right: 0px;
		background-color: #fff;
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
		color: #4c4c4c;
		
		border: 1px solid #d9d9d9;
		border: 0px solid rgba(0, 0, 0, 0);
		
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	}
	.drop-body ul {
		margin: -5px;
		float: left;
		margin-right: 20px;
	}
	.drop-body ul li a {
		display: block;
		padding: 0px 5px;
		font-size: 12px;
		line-height: 22px;
	}

/*
------------ HEADER ------------
*/

	header {
		height:51px;
		padding: 0px;
		position: relative;
		text-align: center;
		font-size: 11px;
		line-height: normal;
		color: #555;
		display: block;
		z-index: 40;
        margin:-20px 0 -10px 0;
	}
	header a {color: #66ccff;}
	
	/*
	------------ LOGO ------------
	*/
	
		header #logo a {
			position: absolute;
			float: left;
			display: block;
			top: 0px;
			left: 0px;

		}

    /*
    ------------ CART ------------
    */

        header #conversion {
            position: absolute;
            float: left;
            display: block;
            top: 0px;
            left: 260px;

        }


        .satisfaction { float:left;display:inline;text-align: left;padding:3px 0 0 5px }

        /* ====================
           Style coach button
           ==================== */

            .stylecoach {
                width:200px;
                margin:0 0 0 45px;
                text-align: left;
                float:left;
                display: inline;

            }

        /* ====================
           Newsletter form
           ==================== */

        form#newsletter-signup {
            width:200px;
            margin:0 0 0 45px;
            text-align: left;
            float:left;
            display: inline;

        }

        #signup-email {
            float:left;display:inline;
            width:150px;
            border:1px solid #999999;
            color:#9E9E9E;
            padding:5px;
            margin:5px 4px 4px 0;
        }



        #signup-email:focus {
            border-color:#ddd;
            background-color:#f7f7f7;
            background-image:none;
            color:#000;
        }

        #signup-button {
            float:left; display:inline;
            width:30px;
            border:none;
            background-color:#999;
            color:#FFF;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
            border-radius:10px;
            padding:5px;
            margin-top:5px;
        }

        #signup-button:hover {
            cursor:pointer;
            background-color:#113562;
        }

        #signup-response {
            display:block;
            margin-left:4px;
            padding:0 0 0 20px;
        }

        .response-waiting {
            background:#eee url("../images/loading3.gif") no-repeat;
            padding:4px;
        }

        .response-success {
            background:#eee url("../images/tick.png") no-repeat;
            padding:4px;
        }

        .response-error {
            background:#eee url("../images/cross.png") no-repeat;
            padding:4px;
        }

        /* =============================  */

    /*
	------------ SOCIAL ------------
	*/

    .social {
        overflow: hidden;
        margin-left: 50px;
        margin-right: -5px;
        margin-top:-10px;
        float:left;
        display:inline;
    }
    .social a {
        width: 32px;
        height: 32px;
        float: left;
        margin-right: 10px;
        border-radius: 2px;
        background: #ccc url('./../images/social2.png');
        margin-top:4px;
    }
    .social .s-facebook {background-color: #c2c2c2; background-position: 0 0;} /*3b5998*/
    .social .s-twitter 	{background-color: #c2c2c2; background-position: -32px 0;}   /*7ccce5*/
    .social .s-youtube	{background-color: #c2c2c2; background-position: -64px 0;}   /*dd2837*/
    .social .s-pinterest   {background-color: #c2c2c2; background-position: -96px 0;}  /*999999*/
    .social .s-forrst 	{background-color: #5bb127; background-position: -128px 0;}    /**/
    .social .s-vimeo 	{background-color: #86c9ef; background-position: -160px 0;}    /**/
    .social .s-linkedin {background-color: #c2c2c2; background-position: -192px 0;}    /*007bc3*/



	/*
	------------ CART ------------
	*/
	
		header #cart {
			z-index: 40;
			position: absolute;	
			right: 0px;
			top: 5px;
			text-align: right;
		}
		header #cart .icon {
			background: url('./../images/cart.png');
			width: 25px;
			height: 20px;
			display: block;
			float: left;
			position: relative;
			top: 10px;
			margin-right: 2px;
			margin-left: 2px;
		}
		header #cart .cart-total {
			height: 40px;
			font: bold 20px/40px 'PT Sans Narrow';
			background-color: #999;
			padding: 0px 8px;
			color: #fff;
			border-radius: 2px;	
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			float: right;
			position: relative;
			cursor: pointer;
		}
		header #cart .cart-wrap {
			margin-right: 10px;
			float: right;	
		}
		header #cart .cart-text {
			font: 18px/20px 'PT Sans Narrow';
			color: #4c4c4c;
		}
		header #cart .cart-count {
			font: 14px 'PT Sans Narrow';
			color: #4c4c4c;
		}
		header #cart .cart-list {
			width: 100%;
			margin-top: -10px;	
		}
		header #cart .cart-list a {color: #4c4c4c;}
		header #cart .cart-list a:hover {color: #f2498f;}
		header #cart .cart-list .image a,
		header #cart .cart-list .image img {display: block;}
		
		header #cart .cart-list .image,
		header #cart .cart-list .remove {padding-right: 10px;}
		
		header #cart .cart-list .name,
		header #cart .cart-list .quantity,
		header #cart .cart-list .total {padding-right: 20px;}
		
		.remove div {
			width: 16px;
			height: 16px;
			background: #fff url('./../images/cross.png');
			cursor: pointer;
		}
		
		header #cart .cart-list .remove div:hover {

		}
		
		header #cart .cart-list td {
			padding-bottom: 10px;
			padding-top: 10px;
			border-bottom: 1px solid #f2f2f2;
		}
		header #cart .cart-end {
			margin: 10px 0px;
			width: 100%;	
		}
		header #cart .cart-end th {text-align: left;}
		header #cart .cart-end td {text-align: right;}
		header #cart .cart-buttons {text-align: right;}
		header #cart .cart-buttons .button {
			float: right;
			margin-left: 10px;
			margin-top: 5px;	
		}
		header #cart .top_cart_price {float:left;display:inline;width:100px;padding:30px 0 0 0;text-align:left;line-height:16px;}
	
	/*
	------------ SEARCH ------------
	*/
	
		header #search {

            position: absolute;
            float: left;
            display: block;
            top: 0px;
            left: 620px;

			border: 1px solid #dcdcdc;	
			border-top-color: #ccc;
			border-bottom-color: #e5e5e5;
			box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
			-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
			-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
			width: 168px;
			height: 28px;
			margin-top: 10px;
			margin-bottom: 14px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		header #search input {
			height: 16px;
			width: 129px;
			padding: 6px 6px;
			float: left;
			display: block;
			border: none;	
			border-radius: 0;
			box-shadow: none;
			background-color: transparent;	
		}
		header #search .button-search {
			display: block;
			width: 25px;
			height: 25px;
			background-color: #ddd;
			background-image: url('./../images/search.png');
			float: left;
			margin-top: 1px;
			cursor: pointer;	
		}
		header #search .button-search:hover {background-color: #66ccff;}

/*
------------ NAV ------------
*/

	.nav {
		position: relative;
		z-index: 30;
		margin: 0;
		padding: 0px;
        /*border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #f2498f url('./../images/gradient.png') left top;*/
		display: block;
        background:#fff;
        border-top:1px solid #666;
        border-bottom:1px solid #666;
		
	}
	.nav > ul > li {
		float: left;
		position: relative;
		/*background: #f2498f url('./../images/gradient.png');*/
		font: 18px/40px 'PT Sans Narrow';
	}
    .nav > ul > li.diy > a { color: #d6050a; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);}
	.nav > ul > li > a {
		height: 40px;
		display: block;
		color: #666;
		padding: 0px 12px;
		/*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
	}
	.nav > ul > li > a:hover {color: #666;}
	.nav > ul > li > a .icon {
		width: 21px;
		height: 21px;
		display: block;
		position: relative;
		top: 9px;
		background-image: url('./../images/icon-home.png');

	}
	
	/*
	------------ SUB ------------
	*/
	
		.nav .sub-content {
			position: absolute;
			top: 40px;
			left: 0px;
			width: 500px;
			height: 8px;
			display: none;
			font-family: Arial;
		}
		.nav .sub-arrow {
			position: absolute;
			width: 0;
			height: 0;
			left: 50%;
			margin-left: -6px;
			z-index: 31;
			content: '\00a0';
			bottom: -8px;
			border: 6px solid transparent;
			border-bottom-color: #d9d9d9;
			border-bottom-color: rgba(178, 178, 178, 1);
			display: none;	
		}
		.nav .sub-arrow:after {
			position: absolute;
			width: 0;
			height: 0;
			left: 50%;
			margin-left: -6px;
			z-index: 31;
			display: block;
			content: '\00a0';
			bottom: -7px;
			border: 6px solid transparent;
			border-bottom-color: #fff;	
		}
		.nav .sub-body {
			position: absolute;
			top: 8px;
			left: 0px;
			background-color: #fff;
			padding: 10px;
			font-size: 12px;
			line-height: 16px;
			color: #666;
			border: 1px solid #d9d9d9;
			border: 0px solid rgba(0, 0, 0, 0);
			
			box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		}
		.nav .sub-body ul {
			float: left;
			margin-right: 20px;
		}
		.nav .sub-body ul li {
			background: url('./../images/list-arrow.png') 5px center no-repeat;
			padding: 0px 10px 0px 20px;
		}
		.nav .sub-body ul li a {
			display: block;
			min-width: 70px;
			font-size: 12px;
			line-height: 24px;
		}

/*
------------ TABS ------------
*/
		
	.tabs {
		border-bottom: 1px solid #eee;
		padding: 0px 10px;
		margin: 0px 10px 20px 10px;
		height: 30px;
	}
	.tabs a {
		display: block;	
		float: left;
		height: 30px;
		line-height: 30px;
		padding: 0px 15px;
	}
	.tabs a.selected {
		background-color: #fff;
		border-radius: 3px 3px 0 0;
		border: 1px solid #eee;
		border-bottom-width: 0;
		margin-bottom: -1px;
		line-height: 32px;
		padding: 0px 14px;
	}
/*
------------ Frontpage TABS ------------
*/

.front_tabs {
    border-bottom: 1px solid #eee;
    padding: 0px 10px;
    margin: 0px 10px 20px 10px;
    height: 70px;
}
.front_tabs a {
    display: block;
    float: left;
    height: 30px;
    padding: 20px 60px;
    background:#eee;
    border-radius: 3px 3px 0 0;
    margin-right:10px;
}
.front_tabs a.selected {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    border: 1px solid #eee;
    border-bottom-width: 0;
    margin-bottom: -1px;
    padding: 20px 60px;
}

.front_tabs h2 {
    line-height:1px;
}

/* slides in the slider */

.frontslider {
    width:320px;
    float:left;
    display:inline;
    padding:0 0 0 70px;
}
.frontslider .slide1 {}
.frontslider .slide2 { }
.frontslider .slide3 {}


.textbox { background-color:rgba(0,0,0,0.6); padding:10px 20px; margin:20px 0;}
.textbox h1 { font-size:60px; line-height:1 }
.textbox p { font-size:14px;line-height:36px }

/* boxes under the slider */

#frontboxes {margin:10px 0 20px 0;}
#frontboxes .box {
    float:left;display:inline;padding:10px;width:298px;min-height:200px;
    margin-bottom:10px;
    /*background: white;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid white;
    -webkit-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    */
}
#frontboxes .box h3 {
    text-align: center;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    padding:2px 4px;
}
#frontboxes .box1 {margin-right:13px;background:#ddd url('../images/box-bg-4.jpg') no-repeat;}
#frontboxes .box2 {margin-right:13px;background:#ddd url('../images/box-bg-1.jpg') no-repeat;}
#frontboxes .box3 {background:#ddd url('../images/box-bg-3.jpg') no-repeat;}
.pricetag {width:76px;height:62px;text-align:center;color:#4c4c4c;padding-top:15px;background:url('./../images/front-price-tag.png') no-repeat;}
#frontboxes .boxlink {text-align: center; }
/*
------------ ROWS ------------
*/
	.rows {
		margin: 0;
		overflow: hidden;
	}	
	.rows .row {
		margin: 0 20px 40px 20px;
		overflow: hidden;
	}
	.rows .image {
		display: block;
		float: left;
		margin-right: 15px;
		margin-bottom: 5px;
		position: relative;
	}
	.rows .image img {
		display: block;
		max-width: 160px;
	}
	.rows .name {
		font: 18px 'PT Sans Narrow';
		margin-bottom: 6px;
	}
	.rows .price {margin-bottom: 4px;}
	.rows .price .old {
		text-decoration: line-through;	
		font-size: 12px;
		line-height: normal;
		color: #ccc;	
	}
	.rows .price .new {
		font-size: 12px;
		line-height: normal;
		color: #e51739;
	}
	.rows .desc {margin-bottom: 10px;}
	.rows .button {margin-right: 10px;}
	.rows .button-icon {
		margin-right: 15px;
		display: inline-block;
		line-height: 25px;
	}
	.rows .button-icon .icon {
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 5px;
		background-color: #ccc;
		background-image: url('./../images/icon-button.png');
	}
	.rows .button-icon:hover .icon {background-color: #f2498f;}
	.rows .button-icon .icon-wish {}
	.rows .button-icon .icon-compare {background-position: -25px 0px;}
	
	.rows .tag {
		display: inline-block;
		background-color: #4d4d4d;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: 16px;
		height: 16px;
		position: relative;
		top: -2px;
		margin-right: 5px;
		border-radius: 2px;
		padding: 0 6px;
	}
	.rows .tag-new {background-color: #176de5;}
	.rows .tag-sale {background-color: #cc1433;}

/*
------------ GRID ------------
*/

	.grid {
		margin: 0px 0px 20px 0px;
		position: relative;
		overflow: hidden;
	}
	.grid h2 {
		height: 30px;
		font-size: 24px;
		line-height: normal;
		color: #444;
		margin: 0px 10px 20px 10px;
	}
	.grid .wrap {
		display: inline-block;
		vertical-align: top;	
	}
	.grid .struct {
		width: 200px; /*212px*/
		padding: 4px; /*4px*/
		margin: 0px 4px 10px 4px; /*0px 8px 20px 8px;*/
        /*background:url(./../images/white-20.png);
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        */
	}
	
	.grid .struct .frame {
		padding: 10px; /*10px*/
		position: relative;
	}
	
	.grid .struct_frontpage {
		width: 141px; /*212px*/
		padding: 4px; /*4px*/
		margin: 0px 4px; /**/
        /*background:url(./../images/white-20.png);
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/
	}
	.grid .struct_frontpage .frame {
		position: relative;
	}
	
	.grid .struct_frontpage2 {
		width: 212px; /*212px*/
		padding: 4px; /*4px*/
		margin: 0px 8px 20px 8px; /**/
        background:url(./../images/white-20.png);
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	}
	.grid .struct_frontpage2 .frame {
		padding: 10px; /*10px*/
		position: relative;
	}
	
	.grid .struct .ribbon-sale,
	.grid .struct .ribbon-new {
		position: absolute;
		left: -2px;
		top: -2px;
		width: 81px;
		height: 81px;
		background-image: url('./../images/ribbon-new.png');	
	}
	.grid .struct .ribbon-sale {
		left: auto;
		right: -2px;
		background-image: url('./../images/ribbon-sale.png');	
	}
	.grid .struct .buttons {margin-top: 20px;}
	.grid .struct .button-icon {
		position: relative;
		top: 2px;
		float: right;	
	}
	.grid .struct img {
		max-width: 100%;
		margin-bottom: 10px;	
	}
	.grid .struct .name {
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
		margin-bottom: 6px;
	}
	.grid .struct .price .old {
		text-decoration: line-through;	
		font-size: 12px;
		line-height: normal;
		color: #ccc;	
	}
	.grid .struct .price .new {
		font-size: 12px;
		line-height: normal;
		color: #e51739;
	}
	.grid + .pagination {
		margin-top: -10px;	
	}
	
	/*
	------------ BUTTON ------------
	*/
	
		.grid .button-icon {
			display: block;
			width: 25px;
			height: 25px;
			background-color: #ccc;
			background-image: url('./../images/icon-button.png');
		}
		.grid .button-icon:hover {background-color: #66ccff;}
		.grid .button-icon:active {background-color: #f2498f;}
		
		.grid .icon-wish {}
		.grid .icon-compare {background-position: -25px 0px;}
		.grid .icon-delete {background-image: url('./../images/icon-delete.png'); float:right; display: inline; width: 25px; height: 25px;}
		
		
	/*
	------------ SIDE ------------
	*/
	
		aside .grid {padding-bottom: 1px; margin-bottom: 40px;}
		
		aside .grid .ribbon-new,
		aside .grid .ribbon-sale,
		aside .grid .buttons {display: none;}

		aside .grid .wrap {display: block;}
		aside .grid .struct {
			width: auto;
			padding: 0;
			margin: 0 10px -1px 10px;
			border: 0px solid #f2f2f2;
			border-width: 1px 0;
		}
		aside .grid .struct .frame {
			padding: 8px 5px;
			border: none;
		}
		aside .grid .struct img {
			width: 40px;
			margin: 0 10px 0 0;
			float: left;
		}
		
/*
------------ RIBBON ------------
*/

	.ribbon {
		background: #fff;
		font-size: 12px;
		line-height: 18px;
		color: #444;
		margin-bottom: -1px;
		position: relative;
        border-bottom:1px solid #666;
        /*
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        */
	}
    /*
	.ribbon .top {
		background: url('./../images/footer-gap.png');
		height: 3px;
	}
	.ribbon .bottom {
		background: url('./../images/footer-gap.png') -5px -3px;
		height: 3px;
	}
	*/
	.ribbon .center {
		padding: 20px 10px;
		overflow: hidden;
	}
	.ribbon .column {
		width: 220px;
		padding: 0px 10px;
		float: left;
	}
	.ribbon .logo {
		display: block;
		margin-bottom: 18px;	
	}
	
/*
------------ CUSTOM FOOTER ------------
*/

	.custom-footer .top {
		position: relative;
		z-index: 1;		
	}
	.custom-footer .center {
		display: table;	
		padding: 15px 10px;
        font-size:11px;
	}
	.custom-footer .center .cell {
		vertical-align:top;
		display: table-cell;
		padding: 5px 10px;
		/*background: url('./../images/vl.png') right 0 repeat-y; */
		width: 300px;
	}
	.custom-footer .center .cell:last-child {background: none;}
	
	/*
	------------ CONTACTS ------------
	*/

		.custom-footer .contacts {
			/*box-shadow: 0 -1px rgba(0, 0, 0, .1) inset;*/
			background-color: #fff;
			position: relative;
			top: -3px;	
			margin-bottom: -3px;
            border-top:1px solid #666;
            border-bottom:1px solid #666;

		}
		.custom-footer .contacts ul {
			height: 60px;
			color: #666;
			/*text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
			padding: 0 10px;
			display: table;
		}
		.custom-footer .contacts li {
			display: table-cell;
			padding: 12px 15px 10px 12px;
			width: 133px;
			
			vertical-align: middle;
			/*box-shadow: -1px 0 rgba(0, 0, 0, .1) inset;*/
			line-height: 16px;
		}
		.custom-footer .contacts li:last-child {box-shadow: none;}
		.custom-footer .contacts h2 {
			display: inline;
			font-size: 22px;	
		}
		.custom-footer .contacts .icon {
			top: 0;
			width: 24px;
			height: 100%;
			position: absolute;
			margin-right: 8px;
			background: url('./../images/icon-contacts.png') 0 center no-repeat;	
		}
		.custom-footer .contacts .icon + span {
			display: block;
			padding-left: 33px;	
		}
		.custom-footer .contacts .phone {background-position: 0 center;}
		.custom-footer .contacts .fax {background-position: -24px center;}
		.custom-footer .contacts .email {background-position: -48px center;}
		.custom-footer .contacts .address {background-position: -72px center;}
		.custom-footer .contacts .skype {background-position: -96px center;}

        .custom-footer .contacts .icon + span a {
            color:#666;
        }
	/*
	------------ NEWS ------------
	*/

		.custom-footer .news li {
			overflow: hidden;
			margin-bottom: 8px;
			padding: 0 10px;
			padding-bottom: 8px;

		}
		.custom-footer .news li:last-child {background: none;}
		.custom-footer .news img {
			display: block;
			margin: 0 10px 10px 0;
			float: left;
			position: relative;
			top: 6px;
		}
		.custom-footer .news span {
			color: #ccc;
			line-height: 16px;
			display: block;
			margin-bottom: 2px;
			padding-top: 2px;
		}
		.custom-footer .news a {line-height: 16px;}
		
	/*
	------------ TWITTER ------------
	*/

		.custom-footer .twitter li {
			overflow: hidden;
			margin-bottom: 12px;
			padding: 0 10px;
			padding-bottom: 10px;
			line-height: 15px;
			background: url('./../images/hl.png') 0 bottom repeat-x;
			background: url('./../images/hl.png') 0 bottom repeat-x, url('./../images/twitter.png') right 5px no-repeat;
		}
		.custom-footer .twitter .tweet_text {
			display: block;
			overflow: hidden;
			margin-bottom: 2px;	
		}
		.custom-footer .twitter .tweet_text a {color: #66ccff;}
		.custom-footer .twitter .tweet_text a:hover {color: #f2498f;}
		.custom-footer .twitter .tweet_avatar {
			display: block;
			margin: 0 8px 4px 0;
			float: left;
		}
		.custom-footer .twitter .tweet_time a {
			display: block;
			clear: both;
			font-size: 11px;
			color: #ccc;
		}
		.custom-footer .twitter .tweet_time a:hover {color: #f2498f;}


		
/*
------------ BREADCRUMB ------------
*/

	.breadcrumb {
		font-size: 11px;
	}
	.breadcrumb .center {padding: 0 20px 6px 20px;}
	.breadcrumb h1 {
		font-size: 34px;
		line-height: normal;
		color: #66ccff;
		margin-bottom: 2px;
        margin-top:8px;
	}
	.breadcrumb span {
		color: #ccc;
		padding: 0px 12px;
	}
		
/*
------------ FOOTER ------------
*/

	footer {

		padding: 10px 10px 20px 10px;
		font-size: 11px;
		line-height: 18px;
		color: #444;
		overflow: hidden;
		display: block;
	}
	footer .column {
		width: 171px;
		padding: 0px 10px;
		float: left;
	}
	footer h2 {
		font-size: 16px;
		line-height: normal;
		color: #66ccff;	
		margin-bottom: 8px;
	}
	
/*
------------ COPYRIGHT ------------
*/

	#copyright {
		height: 40px;
		padding: 0px 20px;
		border-top: 1px solid #666;
		color: #444;
		font-size: 11px;	
		line-height: 40px;
	}
	#copyright a {color: #aaa;}
	#copyright a:hover {color: #f2498f;}
	
/*
------------ BUTTON ------------
*/

	.button, input.button {
		cursor: pointer;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		display: inline-block;
		border:none;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
        padding: 0px 15px;
		color: #fff;/*505050;*/
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
		background: #d6050a url('./../images/button.png');
	}

    .button-action, input.button-action {
        cursor: pointer;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        display: inline-block;
        border:none;
        color: #fff;/*505050;*/
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
        background: #d6050a url('./../images/button.png');
        height:50px;
        padding: 0 25px;
        font-size:20px;
        line-height: 50px;
    }
	
	.button-small {
		height: 24px;
		font-size: 11px;
		line-height: 24px;	
		padding: 0px 10px;
	}
	
	.button-alt {
		color: #fff;
		text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
		background-color: #66ccff;
	}
	
	.button:hover, .button-action:hover, input.button-action:hover {
		color: #fff;
		text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);	
	}
	
	.button:active {
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 2px 5px rgba(0, 0, 0, 0.3) inset;
		-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 2px 5px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 2px 5px rgba(0, 0, 0, 0.3) inset;
		
		background-position: 0px -30px;
	}

/*
------------ TOOLTIP ------------
*/

	.tf-tooltip {
		position: absolute;
		z-index: 100;
		font-size: 12px;
		line-height: 14px;
		background-color: #444;
		color: #fff;
		padding: 4px 8px;
		margin-top: -6px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.tf-tooltip:after {
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin-left: -4px;
		width: 0px;
		height: 0px;
		content: '\00a0';
		border: 4px solid transparent;
		border-top-color: #444;	
	}

/*
------------ FULL LAYOUT ------------
*/

	.full {padding: 0px;}
	.full .page {
		width: auto;
		margin: 0px;	
	}
	.full .pivot {
		width: 980px;
		margin: 0px auto;	
	}
	.full #menu .pivot {width: 940px;}

/*
------------ LIST ------------
*/

	.list {margin-bottom: 20px;}
	.list li {
		background: url('./../images/list-arrow.png') 0px center no-repeat;
		padding: 2px 10px 2px 14px;
	}
	
/*
------------ CHECKOUT ------------
*/
	
	.checkout {padding: 0px;}
	.checkout .block-head {
        background: url('./../images/white-20.png');
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);

		border-bottom: 1px solid #d4d7d9;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;	
		padding: 10px 16px;
		cursor: pointer;
	}
	.checkout .block-content {padding: 20px 10px;}
	.checkout .fluid50 {margin-bottom: 20px;}

/*
------------ TABLE ------------
*/

	.table {margin-bottom: 20px;}
	.table td,
	.table th {padding: 10px 16px;}
	.table th {text-align: right;}
    .table thead {
        background: url('./../images/white-20.png');
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }
    .table thead td,
	.table thead th {

		text-align: center;
		border-bottom: 1px solid #d4d7d9;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;


	}
	.table tbody td,
	.table tbody th {border-bottom: 1px solid #999;}
	.table tfoot td,
	.table tfoot th {border-top: 1px solid #d4d7d9;}

/*
------------ CATEGORY INFO ------------
*/

	.category-info {
		margin: 0px 20px 10px 20px;
		overflow: hidden;
	}
	.category-info .image {
		float: left;
		margin: 0px 15px 5px 0px;	

	}
	.category-info .image img {	
		padding:2px;
		border:1px solid #999;
		background:#fff;
	}
	.category-list {
		margin: 0px 0px 20px 0px;
		overflow: hidden;
	}
	.category-list h2 {
		font-size: 20px;
		margin-left: 20px;
		margin-right: 20px;	
	}
	.category-list li {margin-left: 10px;}

/*
------------ COMBO BUTTON ------------
*/
	.combo-button {
		display: inline-block;	
		height: 25px;
	}
	.combo-button a {
		cursor: default;
		
		display: inline-block;
		margin-right: -1px;
		
		height: 25px;
		font-size: 12px;
		line-height: 25px;
		color: #505050;
		padding: 0px 10px;	
		
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
		-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
		
		background: url('./../images/button.png');
	}
	.combo-button a:hover {
		position: relative;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
	}
	.combo-button a:active,
	.combo-button a.active {
		position: relative;
		z-index: 1;
		background-color: #cceeff;
		background-position: 0 -30px;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset, 0 1px 4px rgba(0, 0, 0, .3) inset;
		-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset, 0 1px 4px rgba(0, 0, 0, .3) inset;
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset, 0 1px 4px rgba(0, 0, 0, .3) inset;
	}
	.combo-button a:first-child {
		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;	
	}
	.combo-button a:last-child {
		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;	
		margin-right: 0px;
	}
	.combo-button a:only-child {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
	}
	.combo-button .icon {
		position: relative;
		top: 7px;
		width: 11px;
		height: 11px;
		background: url('./../images/icon-combo.png');
	}
	.combo-button .icon-list {}
	.combo-button .icon-grid {background-position: -11px 0;}

/*
------------ PRODUCT FILTER ------------
*/
	
	.product-filter {
		margin: 0px 10px 30px 10px;	
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 12px 10px;
		font-size: 12px;
		line-height: 26px;
		overflow: hidden;
	}
	.product-filter .combo-button {
		float: left;
		margin-right: 15px;
	}
	.product-filter .product-compare {float: left;}
	.product-filter .options {text-align: right;}
	.product-filter .sort,
	.product-filter .limit {
		text-align: right;
		display: inline-block;
		margin-left: 20px;
	}
	.product-filter select  {margin: 0 0 0 8px;}

/*
------------ PAGINATION ------------
*/

.pagination {
	margin: 0 10px 40px 10px;
	padding: 10px;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
}
.pagination .links {float: left;}
.pagination .links * {padding: 0px 3px;}
.pagination .result {float: right;}

/*
------------ CATEGORY ------------
*/
	
	.category {margin: 0px 10px 40px 10px;}
	.category > ul > li {
		border-bottom: 1px solid #f2f2f2;
		background: url('./../images/list-arrow.png') 4px 12px no-repeat;
		padding: 5px 10px 5px 18px;
	}
	.category > ul > li > ul {
		margin-left: 4px;
		line-height: 20px;	
	}
	.category > ul > li > ul > li{
		background: url('./../images/list-arrow.png') 0px center no-repeat;
		padding-left: 14px;
	}
	.category .active {color: #66ccff;}
	.category .active:hover {color: #f2498f;}

/*
------------ FORM INLINE ------------
*/
	
	.form-inline h2 {margin-bottom: 20px;}
	.form-inline .field {}
	.form-inline .field label {
	display: inline-block;
	float:left;
	padding-bottom: 3px;
	font-weight: bold;
	height: 1em;
	line-height: 1em;
	padding: 1px 0 0;
	width: 155px;
	margin: 5px 0;

	}
	.form-inline .field input[type=text], .form-inline .field input[type=password],
	.form-inline .field textarea {
	width: 220px;
	padding: 6px;
	color: #666;

	/*
	background: #f9f9f9;
	border: 1px solid #ccc;
	*/
	margin: 4px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align: top;

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	}
	.form-inline .field input[type=text],
	.form-inline .field input[type=password]
	{
		height: 16px;
		width: 200px;
		max-width: 90%;
	}
	
	.form-inline img {border:1px solid #999;padding:2px; }

/*
------------ ORDER LIST ------------
*/
	
	.order-list {margin: 0px 10px 40px 10px;}
	.order-list li {
		overflow: hidden;
		border-bottom: 1px solid #f2f2f2;
		padding: 0px 10px 15px 10px;
		margin-bottom: 15px;
	}
	.order-list li div {
		float: left;
		width: 33.3%;
	}
	.order-list .pagination {
		margin: -15px 0px 20px 0px;
		border: none;
	}

/*
------------ TYPOGRAPHY ------------
*/
	
	.typography {margin: 0px 10px 40px 10px;}
	.typography a {color: #66ccff;}
	.typography a:hover {color: #f2498f;}
	.typography .left {
		float: left;
		margin: 0px 20px 10px 0px;	
	}
	.typography .right {
		float: right;
		margin: 0px 0px 10px 20px;	
	}


/*
------------ PRODUCT DESCRIPTION ------------
*/

	.product-description {margin: 0px 20px 40px 20px;}

/*
------------ PRODUCT REVIEWS ------------
*/
	
	.product-reviews {margin: 0px 10px 40px 10px;}
	.product-reviews .review {
		padding: 0px 10px 15px 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #f2f2f2;	
	}
	.product-reviews .review .rating {
		display: block;
		float: right;
		margin-right: 10px;
	}
	.product-reviews .review .date {
		color: #ccc;
		padding-left: 10px;	
	}
	.product-reviews .review .header {margin-bottom: 5px;}
	.product-reviews .pagination {
		margin: 0 10px 40px 10px;
		padding: 0;
		border: none;
	}
	.product-reviews .form-inline {margin: 0px 10px;}

/*
------------ PRODUCT INFO ------------
*/
	
	.product-info {margin: 0px 20px;}
	.product-info .left {float: left; margin-bottom: 30px;}
	.product-info .right {margin-left: 270px; margin-bottom: 30px;}
	.product-info .image {
		display: block;
		margin-bottom: 10px;
	}
	.product-info .image img {display: block;}
	.product-info .image-additional {width: 255px; margin-right: -15px;}
	.product-info .image-additional a {
		display: block;
		float: left;
		overflow: hidden;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.product-info .image-additional a img {display: block;}
	.product-info .description {
		border-top: 1px solid #f2f2f2;
		padding: 15px 10px;
		overflow: hidden;
	}
	.product-info .description ul {
		float: left;	
		line-height: 22px;
	}
	.product-info .price {
		float: right;	
		text-align: right;
	}
	.product-info .price-default {
		font: 26px 'PT Sans Narrow';
		color: #66ccff;
	}
	.product-info .price-new {
		font: 26px 'PT Sans Narrow';
		color: #e51739;
	}
	.product-info .price-old {
		font: 16px 'PT Sans Narrow';
		text-decoration: line-through;
		color: #ccc;
	}
	.product-info .price-add {color: #ccc;}
	.product-info .cart {
		border-top: 1px solid #f2f2f2;
		padding: 15px 10px;
	}
	.product-info .cart input {
		display: inline-block;
		height: 16px;
		width: 40px;
		padding: 6px 6px;
		margin: 0px 12px 0px 8px;
		text-align: center;
	}
	.product-info .cart .button {
		position: relative;
		top: -1px;
		margin-bottom: -1px;
		font-weight: bold;
		margin-right: 10px;
	}
	.product-info .button-icon {
		margin-right: 15px;
		display: inline-block;
		line-height: 25px;
	}
	.product-info .button-icon .icon {
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 5px;
		background-color: #ccc;
		background-image: url('./../images/icon-button.png');
	}
	.product-info .button-icon:hover .icon {background-color: #f2498f;}
	.product-info .button-icon .icon-wish {}
	.product-info .button-icon .icon-compare {background-position: -25px 0px;}
	.product-info .options {
		border-top: 1px solid #f2f2f2;
		padding: 10px 10px;
	}
	.product-info .options h2 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.product-info .option {padding: 10px 0;}
	.product-info .option label {
		display: inline-block;
		min-width: 100px;	
		font-weight: bold;
	}
	.product-info .option select {min-width: 160px;}
	.product-info .review {
		border-top: 1px solid #f2f2f2;
		padding: 15px 10px;
		overflow: hidden;
	}
	.product-info .review .rating {
		display: block;
		float: left;
		margin-right: 10px;
	}
	.product-info .review .share {
		display: block;
		float: right;
		margin-left: 10px;
	}
	.product-info .review-count {
		padding-right: 10px;
		border-right: 1px solid #ccc;
		margin-right: 10px;	
	}


@media only screen and (min-width: 981px) and (max-width: 1020px) {

	/*
	------------ SHORT CODES ------------
	*/
	
		.show-tablet {display: block !important;}
		.hide-tablet {display: none !important;}
	
	/*
	------------ PAGE ------------
	*/	
		.page {width: 980px;}
		
	/*
	------------ LAYOUT ------------
	*/
	
		#content-right,
		#content-left {
			width: 180px;

		}
		#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 180px;}
		#content-right + #content-center {margin-right: 180px;}
		
		.column4 {width: 160px;}

		
	/*
	------------ CART ------------
	*/

		header #cart .cart-total {
			font-size: 16px;
			line-height: 40px;
		}
		
	/*
	------------ ROWS ------------
	*/
	
		.rows .image img {
			width: 120px;	
		}
	
	/*
	------------ GRID ------------
	*/
	
		.grid .struct {
			width: 152px;
			padding: 3px;
			text-align: center;
		}
		.grid .struct .ribbon-sale,
		.grid .struct .ribbon-new {
			width: 71px;
			height: 71px;
			background-image: url('./../images/ribbon-new-small.png');	
		}
		.grid .struct .ribbon-sale {background-image: url('./../images/ribbon-sale-small.png');}
		.grid .struct .button-icon {display: none;}
		
		/*
		------------ SIDE ------------
		*/
		
			aside .grid .struct {text-align: left;}
			
	/*
	------------ CUSTOM FOOTER ------------
	*/
		
		/*
		------------ CONTACTS ------------
		*/
		
			.custom-footer .contacts ul {height: 55px;}
			.custom-footer .contacts li {
				width: 123px;
				padding: 9px 12px 7px 9px;
			}
			.custom-footer .contacts .icon + span {padding-left: 30px;}
	
	/*
	------------ FOOTER ------------
	*/
	
		footer .column {width: 160px;}
		
	/*
	------------ FULL LAYOUT ------------
	*/
	
		.full .pivot {width: 740px;}
		.full #menu .pivot {width: 700px;}
		
	/*
	------------ PRODUCT INFO ------------
	*/
		
		.product-info {margin: 0px 20px;}
		.product-info .left {
			float: none;
			margin-bottom: 10px;
			overflow: hidden;
			text-align: center;
		}
		.product-info .right {margin: 0 0 30px 0;}
		.product-info .image {
			display: inline-block;
		}
		.product-info .image-additional {
			width: auto;
			text-align: center;
			margin-right: 0px;
		}
		.product-info .image-additional a {
			display: inline-block;
			float: none;
			margin: 0px 8px 10px 8px;
		}
		
}

@media only screen and (max-width: 780px) {
	
	/*
	------------ SHORT CODES ------------
	*/
		.show-phone {display: block !important;}
		.hide-phone {display: none !important;}
		
	/*
	------------ BODY ------------
	*/
		
		body {padding: 20px 0px;}
		.page {
			width: auto;
			margin: 0px 10px;
			min-width: 300px;
		}
		
	/*
	------------ LAYOUT ------------
	*/
	

	
		#content-right,
		#content-left {
			display: none;
		}
		#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 0px;}
		#content-right + #content-center {margin-right: 0px;}
		
		.column4 {width: auto;}

    .fluid50 {
			width: auto;
			float: none;
			margin-bottom: 30px;
		}
		
	/*
	------------ MENU ------------
	*/
	
		#menu {padding: 0px;
            }
		#menu .item .light {padding: 8px 7px;}
		#menu .item .light div {
			width: 16px;
			overflow: hidden;
			padding: 8px 10px;
			line-height: 16px;
            color:#666;
		}
		#menu .item .light:hover div {background-color: #66ccff;}
		#menu .item .light div .icon {
			display: inline-block;
			margin-bottom: -4px;
			margin-right: 6px;
			width: 16px;
			height: 16px;
		}
		
	/*
	------------ HEADER ------------
	*/
	
		header {
			text-align: center;	
			height: auto;
			padding: 0px 10px;
		}
		header #logo a {
			margin-top: 20px;
			position: relative;
			float: none;
			display: inline-block;
			top: 0px;
			left: 0px;
		}
		header #welcome {
			display: inline-block;
			margin-bottom: 18px;
		}
		header #search {
			display: inline-block;
			margin-top: 16px;
			margin-bottom: 14px;
		}
		
		/*
		------------ CART ------------
		*/
	
			header #cart {
				display: block;
				float: none;
				position: relative;
				height: auto;
				right: auto;
				top: auto;
			}
			header #cart .drop-content {width: 100%;}
			header #cart .cart-wrap {cursor:pointer}
			
			header #cart .cart-text,
			header #cart .cart-count {display: none; }
			header #cart .cart-total {
				font-size: 16px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				margin-left: 2px;
                margin-top:10px;
				background: #66ccff url('./../images/gradient.png');
				text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);	
			}
			
	/*
	------------ ROWS ------------
	*/
	
		.rows .image img {
			width: 100px;	
		}
	
	
	/*
	------------ GRID ------------
	*/
	
		.grid .wrap {
			vertical-align: top;
			width: 50%;
			display: inline-block;
		}
		.grid .struct {
			float: none;
			width: auto;
			height: auto;
			text-align: center;	
		}
		.grid .struct .ribbon-sale,
		.grid .struct .ribbon-new {
			width: 71px;
			height: 71px;
			background-image: url('./../images/ribbon-new-small.png');	
		}
		.grid .struct .ribbon-sale {background-image: url('./../images/ribbon-sale-small.png');}
		.grid .struct .button-icon {display: none;}
	
	/*
	------------ NAV ------------
	*/

		.nav-phone {
			position: relative;
			z-index: 30;
			margin: 0px 10px 20px 10px;
		}
		.nav-phone div {
			padding: 0px 16px;
			overflow: hidden;
			position: relative;
			background: #f2498f url('./../images/gradient.png');
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			font: 18px/40px 'PT Sans Narrow';
			
			color: #fff;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		}
		.nav-phone select {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			opacity: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
			cursor: pointer;
		}
	
	/*
	------------ CUSTOM FOOTER ------------
	*/
	
		.custom-footer .center {
			display: block;	
			padding: 0;
		}
		.custom-footer .center .cell {
			display: block;
			background: url('./../images/hl.png') 0 bottom repeat-x;
			padding: 15px 15px;
			width: auto;
		}
		
		/*
		------------ CONTACTS ------------
		*/
	
			.custom-footer .contacts ul {
				padding: 0;
				height: auto;
				display: block;
			}
			.custom-footer .contacts li {
				display: block;
				width: auto;
				position: relative;
				box-shadow: 0 -1px rgba(0, 0, 0, .1) inset;
				padding: 12px 15px 10px 20px;
			}
			.custom-footer .contacts .icon + span {padding-left: 38px;}	
			
		/*
		------------ NEWS ------------
		*/

			.custom-footer .news {margin-bottom: -20px;}
			.custom-footer .news li {
				margin-left: -15px;
				margin-right: -15px;
				padding-left: 20px;
				padding-right: 20px;
			}
	
		/*
		------------ TWITTER ------------
		*/
	
			.custom-footer .twitter li {
				margin-left: -15px;
				margin-right: -15px;
				padding-left: 20px;
				padding-right: 20px;
			}
	
		/*
		------------ SOCIAL ------------
		*/
	
			.custom-footer .social {
				overflow: hidden;
				margin-left: 5px;
				margin-right: -5px;
				margin-bottom: -10px;
				margin-top: -5px;
			}
			
			.custom-footer .social a {
				margin-right: 6px;	
				border-radius: 2px;
				margin-bottom: 10px;
			}
	
	/*
	------------ FOOTER ------------
	*/
	
		footer .column {
			width: auto;
			padding: 0px 00px;
			float: none;
		}
		footer h2 {
			height: 40px;
			padding: 0px 10px;
			margin: 0;
			background: #4d4d4d url('./../images/gradient.png');
			font-size: 18px;
			line-height: 40px;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
			text-align: center;
			color: #fff;
			cursor: pointer;
		}
		footer h2:hover {background-color: #66ccff;}
		footer .first h2 {
			border-radius: 3px 3px 0px 0px;
			-moz-border-radius: 3px 3px 0px 0px;
			-webkit-border-radius: 3px 3px 0px 0px;
		}
		footer .last h2 {
			border-radius: 0px 0px 3px 3px;
			-moz-border-radius: 0px 0px 3px 3px;
			-webkit-border-radius: 0px 0px 3px 3px;
		}
		footer ul {display: none;}
		footer .active ul {display: block;}
		footer ul li a {
			display: block;
			background: #fff url('./../images/gradient.png');
			line-height: 40px;
			text-align: center;
			border: 0px solid #e5e5e5;
			border-width: 0px 1px;
		}
        footer .cooperations img {
            padding:2px;border:1px solid #ddd;
        }
	
	/*
	------------ COPYRIGHT ------------
	*/
	
		#copyright {
			height: auto;
			padding: 10px;
			font-size: 11px;	
			line-height: 16px;
		}
		#copyright .float-right {
			text-align: right;
			width: 50%;
		}
		
	/*
	------------ FULL LAYOUT ------------
	*/
		.full .pivot {width: auto;}
		.full #menu .pivot {width: auto;}
		
	/*
	------------ TABS ------------
	*/	
	
		.tabs {
			border-left: 1px solid #eee;
			padding: 10px 0;
			height: auto;
		}
		.tabs a {
			float: none;
			height: 36px;
			line-height: 36px;
		}
		.tabs a.selected {
			border-radius: 0 3px 3px 0;
			border: 1px solid #eee;
			border-left-width: 0;
			margin-left: -1px;
			margin-bottom: 0px;
			line-height: 36px;
			padding: 0px 8px;
		}

    /*
     ------------ Frontpage TABS ------------
     */



	/*
	------------ TABLE ------------
	*/
	
		.table td,
		.table th {
			padding: 6px 8px;
		}
	
	/*
	------------ ORDER LIST ------------
	*/
	
		.order-list li div {
			float: none;
			width: auto;
		}
	
	/*
	------------ PRODUCT INFO ------------
	*/
		
		.product-info {margin: 0px 10px;}
		.product-info .left {
			float: none;
			margin-bottom: 10px;
			overflow: hidden;
			text-align: center;
		}
		.product-info .right {margin: 0 0 30px 0;}
		.product-info .image {
			display: inline-block;
			margin-bottom: 0px;
		}
		.product-info .image-additional {
			width: auto;
			text-align: center;
			margin-right: 0px;
		}
		.product-info .image-additional a {
			display: inline-block;
			float: none;
			margin: 0px 4px 6px 4px;
		}
		.product-info .price-default,
		.product-info .price-new {
			font-size: 22px;
		}
}

.no-right {margin-right:0}

.error_message { display: block; line-height: 32px; margin:0px 0px 4px 0px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4;  }

.info_message { display: block; line-height: 18px; margin:0px 0px 4px 0px; background: #d1e4f3 url('../images/icon-info.png') no-repeat 10px center; padding: 3px 10px 3px 55px; color:#4d8fcb;border: 1px solid #4d8fcb;  }

.success_message { display: block; line-height: 32px; margin:0px 0px 4px 0px; background: #effeb9 url('../images/success.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#98c700;border: 1px solid #98c700;  }




/* =================== */
/* Teaser on frontpage */
/* =================== */

.process {
  padding: 0 ;
} 
.process div:hover i,
.process div:hover h3 {

}
.process i {
  cursor: default;
  width: 100%;
  font-size: 100px;
  text-align: center;
  margin: 10px auto;
  display: block;
  color: #ddd;
}
.process h3 {

  margin-bottom: 10px;
  line-height: 50px;
  text-align: center;
  padding:10px;
  color:#666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.process h3 span {
  font-style: italic;
  text-transform: none;
  font-size: 11px;
  color: #cc3d00;
}
.process p {
  color: #666;
  font-size: 13px;
}
.process a.button {
  background: #cc3d00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  display: block;
  width: 100%;
}
.process a.button:hover {
  border: none;
}

.col-1,
.col-2,
.col-3 {
  float: left;
  margin-right: 1%;
    padding:10px;
    background: url('./../images/white-20.png');
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.col-1 {
  width: 22.2%;
}
.col-2 {
  width: 48%;
}
.col-3 {
  width: 73.5%;
}
.col-full {
  width: 100%;
  float: left;
}
/*
.red {background:#d6050a;}
.blue {background:#113562}
.yellow {background:#f5ae22}
.marine {background:#008080}
.green {background:#57ae31}
*/

/* =================== */
/* Konfigurator Left Bar */
/* =================== */

.configurator-left-bar {width:160px;float:right;display:inline;margin:20px 20px 0 0}

.gender-image { display: inline-block; margin-right: 10px; width:24px;height:29px;background: url('../images/male-female-icon.png') no-repeat 0 0;}
.gender-male {background: url('../images/male-female-icon.png') no-repeat -24px 0; }
.gender-female {background: url('../images/male-female-icon.png') no-repeat -48px 0; }

#slidercontent {
float:left;
width:200px;
min-height:400px;
margin-left:10px;
}
#slidercontent img {
    width:30px;
    height:30px;
}

section {margin-bottom:0px}

.headline {font-size:12px;font-weight:bold;margin-bottom:6px}
.headline span {
background:#d6050a;
color:#fff;
padding: 2px 4px;
margin-right:6px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}




#pricefield { color:#fff;margin-top:10px;background:rgba(0,0,0,0.6); font-size:24px;font-weight:bold;padding:16px;cursor:pointer; }
.pricetable table { width:160px;padding:5px;background:rgba(0,0,0,0.6);color:#fff}
.pricetable  table td, .pricetable  table th {padding:4px}
.pricetable  table th {text-align:left;border-bottom:1px solid #999}


#categorySelector { margin:10px 0;background:rgba(0,0,0,0.6); padding:16px; }
#categorySelector a { color:#fff;font-size:12px;}
#categorySelector div {line-height: 24px;margin:2px 0;}
.pin { z-index: 88; padding-left: 30px; cursor:pointer;background: url('../images/red-green-hooks.png') no-repeat 0 -24px; }
.bodyImagePin { }
.hoodImagePin { }
.collarImagePin {  }
.leftsleeveImagePin {  }
.rightsleeveImagePin { }
.checked { background-position: 0 0 ; }
.unchecked { background-position: 0 -24px ; }

.cancel-design {margin-top:20px;}
.cancel-design a {color:#444;text-decoration: underline;}




/* ============= */
/* Tooltip stuff */
/* ============= */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:10000;
	}
	
#tooltip{
	width:200px;
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index:10000;
	}

	
	

/* ============= */
/* Top Sticky Bar */
/* ============= */
	
#stickybar {
	/*border-bottom:1px solid #ECF1EF;
	background:#d6050a;
    background:url('/images/black-13.png');*/
    background: #fff;
	position:fixed;
	top:0;
	left:0;
	z-index:2000;
	width:100%;
	min-height:30px;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);

}
#stickybar .wrapper { width:960px;margin:0 auto;padding:5px;}
#stickybar .wrapper .buttons {  font-size:13px; text-align:center; color:#000; padding:4px 20px 0 20px; }
#stickybar .wrapper .image { float:right; display:inline; font-weight:bold; text-align:left; color:#FFF; padding:0; margin:3px 20px }
#stickybar .wrapper .image img {  float:left; display:inline; border:1px solid #333; margin-right:10px; background:#fff  }
#stickybar .wrapper .image .name { float:left; display:inline; line-height:32px;font-weight:bold; font-size:12px }
#stickybar a {
	   color:#FFF;
	   text-decoration:none;
}
#stickbar img {margin:0}

#stickybar .actionbutton {
position:relative;
top:-5px;
width:250px;
margin:0px;
padding:3px 10px;
background:#113562;
color:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    border:1px solid #f5f5f5;
    /*
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
*/
}
#stickybar .actionbutton:hover {background:#57ae31}

/* ================ */

.startdiynow {margin:0;padding:0;}
.startdiynow img{padding:0;margin:0 10px 5px 5px}
.startdiynow a{vertical-align:top;line-height:30px;font-size:11px; color:#113562;font-weight:bold;text-decoration:none}
.startdiynow a:hover {color:#d6050a}

/* ================ */

#ImageContainer {
width:400px;min-height:600px;float:right;margin:0px 70px 0 0;
}
#clickoptions, #baseImage, #bodyImage, #waistbandImage, #collarImage, #standupcollarImage, #leftsleeveImage, #leftsleevecuffImage,
#rightsleeveImage, #rightsleevecuffImage, #hoodImage, #bodyprintImage, #leftsleeveprintImage, #rightsleeveprintImag, #customImage
{
position:absolute;
width:400px;
height:600px;
}
#clickoptions {z-index:0;}
#baseImage {background:url(../images/configurator/base.png) no-repeat ;z-index:0;}
#hoodImage IMG {z-index:1}
#baseImage IMG {z-index:2 }
#bodyImage IMG {z-index:3}
#waistbandImage IMG {z-index:4}
#collarImage IMG {z-index:5}
#standupcollarImage IMG {z-index:6}
#leftsleeveImage IMG {z-index:7}
#leftsleevecuffImage IMG {z-index:8}
#rightsleeveImage IMG {z-index:9}
#rightsleevecuffImage IMG {z-index:10}
/*#hoodImage IMG {z-index:10} */
#bodyprintImage IMG {z-index:11}
#leftsleeveprintImage IMG {z-index:12}
#rightsleeveprintImag IMG {z-index:13}
#addOwnText {z-index: 14; position: absolute;margin-left:107px;margin-top:245px;width:180px;height:305px;overflow:hidden;}
#customImage {z-index: 15}




/* ================ */

.arrow_red li {
background: url(../images/list_arrow_red.png) 0 0px no-repeat !important;
padding-left: 21px;
list-style:none;
margin:5px 0;
}


.emphasize_cat_intro_narrow {
float:left;
width:150px;
font-family: 'PT Sans Narrow';
text-align:right;
font-size:24px;
line-height:120%;
padding:0 15px 4px 0 ;
margin:0 10px 0 0;
border-right:1px solid #777;
}

/* ================ */

table.pr-texts {margin-top:20px;margin-bottom:20px}
table.pr-texts td {padding:0 10px 10px 0;}
table.pr-texts img {background:#f5f5f5;border:1px solid #ddd;padding:2px;width:100px;}

/* ================ */

.carousel ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

.carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	display: block;
	float: left;
	width:100px;
	height:100px;
}

.no-js .carousel ul {position:static;}

.carousel .mask {
	position:relative;
	overflow:hidden;

}

.carousel ul li {
	float:left;
	width:120px;
	height:120px;
	color:#fff;
	
	text-align:center;
	margin:0;
}


.carousel .pagination-links {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
 
.carousel .pagination-links li {
	display:inline;
}

.carousel .pagination-links li a {
	padding:2px 6px;	
}

.carousel .pagination-links li a:hover {text-decoration:none;}

.carousel .pagination-links li.current a {
	 background:#444;
	 color:#fff;
}
 
.carousel .disabled {
	color:gray;
	cursor:default;
}

/* ================ */

.faq_box { 
background:url(../images/faq_bg_shirt.png) no-repeat; 
width:105px;
height:127px;
padding:10px 10px;
float:left;
display:inline;
margin:10px 20px;
}
.faq_box .inner {
margin-top:30px;
font-size:14px;
line-height:22px;
font-weight:bold;
padding:4px;
background:#fff;
text-align:center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}

/* ==============================================*/
/* How it works page */
/* ==============================================*/

div.howitworks table {
		text-align:left;
		border-collapse: separate;
		border-spacing: 0px 2px;
		margin-top:10px;
	}
div.howitworks table a {
		font-weight:bold;
		color:#57ae31;
	}
div.howitworks table td{
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		padding:6px 0;
	}
div.howitworks .red {background:#d6050a; color:#fff; text-align:center; height: 80px }
div.howitworks .blue {background:#113562; color:#fff; text-align:center; height: 80px }
div.howitworks .yellow {background:#f5ae22; color:#fff; text-align:center; height: 80px}
div.howitworks .marine {background:#008080; color:#fff; text-align:center; height: 80px}
div.howitworks .green {background:#57ae31; color:#fff; text-align:center; height: 80px}
	
div.howitworks .header{
		font-size:16px;
		font-weight:bold;	
	}

/* ==============================================*/
/* color theory page */
/* ==============================================*/
	
.emphasize_cat_intro {
float:left;
width:300px;
font-family: 'PT Sans Narrow';
text-align:right;
font-size:24px;
line-height:120%;
padding:0 15px 4px 0 ;
margin:0 10px 0 0;
border-right:1px solid #777;
}
.emphasize_cat_intro_colors {
float:left;
width:200px;
font-family: 'PT Sans Narrow';
text-align:right;
font-size:24px;
line-height:120%;
padding:40px ;
margin:0 10px 20px 10px;
border-right:1px solid #777;
-moz-box-shadow: 0px 0px 10px #aaa; 
-webkit-box-shadow: 0px 0px 10px #aaa; 
box-shadow: 0px 0px 10px #aaa;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
color:#fff;
}
.emphasize_cat_intro_colors_small {
float:left;
width:100px;
font-family: 'PT Sans Narrow';
text-align:right;
font-size:24px;
line-height:120%;
padding:10px 40px ;
margin:0 10px 20px 10px;
-moz-box-shadow: 0px 0px 10px #aaa; 
-webkit-box-shadow: 0px 0px 10px #aaa; 
box-shadow: 0px 0px 10px #aaa;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
color:#fff;
}


div.styleadvice-images {
float:right;
margin:0 10px 6px 10px;
padding:4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
div.styleadvice-images img{
padding-left:4px;
}

.cartimage {position:absolute} 

.checkout-review .form-inline .field label {margin:0}

.sizetoresultformol { position:relative;top:-70px;left:80px;margin-bottom:-45px }

table#sizetable {margin:0 auto}
#sizetable {margin-top:0px}
#sizetable th{text-align:left}
#sizetable td{font-size:10px;line-height:10px;display:table-cell; vertical-align: middle; text-align: center;background: transparent;}
#sizetable td a{}
#sizetable img {cursor:pointer}

.sizeresult {font-size:60px;font-weight:bold;color:#999;line-height:100px;}
.checklist input[type="radio"]:checked + label {
    color:#fff; cursor: pointer;
}

.resultform .selected {border:none; color:#fff;font-size:60px;font-weight:bold;line-height:100px;}
.resultform .selected label {color:#fff;}

.final_payment_box {
padding:10px;width:300px;margin:0 auto;text-align:center;background:#f5ae22;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.final_payment_box  h3 { color:#000; }
.final_payment_box  span { color:#000 }
.final_payment_box .ibon_nr {
font-size:24px;
font-weight:bold;
color:#000;
line-height:30px;
}


.community_members li { display:inline; }
.community_members li img{ border:1px solid #eee; padding:2px; background:#fff;margin:0 4px 4px 0 }

.top_rated_shirts li { display:inline; padding:0; margin:0 }
.top_rated_shirts li img{ border:1px solid #eee; padding:2px; background:#fff;margin:0 4px 4px 0 }

.latest-blog-posts {}

.bloglist { border-bottom:1px solid #eee;padding-bottom:20px;margin: 0 20px 20px 0 }
.bloglist img {float:left;display:inline;margin:0 20px 10px 0;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.bloglist h2 { line-height:26px } 
.bloglist .date { font-size:10px;color:#fff;padding:2px;background:#113562;margin-right:5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
 }
 
 .item-tag { float:left;display:inline;border:1px solid #ddd;background:#f5f5f5;padding:0 4px;margin:0 4px 4px 0; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
 
 .gallery-by { font-size:11px;margin:-4px 0 5px 0 } 

 .none { min-height:24px;max-height:24px;padding:2px;border:1px solid #999;text-align:center;cursor:pointer;display: inline-block; vertical-align: top; }
 
 #modalForgot {
 background:#fff;
 padding:10px 20px;
 -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
 }
 
.hide-first { display:none; }



.page-peel-list li { line-height: 30px; font-size:16px; }

.lp-page-peel-no { color:#d6050a; font-weight:bold; font-size:30px; }

.coupon-box {
width:200px;
font-size:30px;
font-weight:bold;
padding: 10px;
border:5px solid #000;
text-align:center;
}

/*
=====================================
*/

#FrontShirtOfTheWeek {
    float:left;
    display:inline;
    width:480px;
    background:transparent;
    min-height:440px;
    max-height:440px;
    overflow:hidden;
    margin:0 20px 0 0;
    padding:10px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}
#FrontShirtOfTheWeek .left {
    float:left;display:inline;width:195px;padding-right:5px;
}
#FrontShirtOfTheWeek p {
    margin:0;padding:0;
}
#FrontShirtOfTheWeek .shirtoverlay {
    cursor:pointer;text-decoration:underline;color:#113562;
}
#FrontShirtOfTheWeek .quality-promise {
    float:left;display:inline;
}
.price-diy {
    float:left;display:inline;width:130px;
}
.price-diy h4 {
    margin:10px 0 10px 0;padding:0
}
.price-diy span {
    text-decoration:line-through;
}
#FrontShirtOfTheWeek .questionmark {
    float:right;display:inline;cursor:pointer;margin:10px 10px 0 0;width:20px;background:#113562;border-radius: 50%;height: 20px;text-align:center;
}
#FrontShirtOfTheWeek .questionmark span {
    margin:0;padding:0;font-weight:bold;color:#fff;
}
#FrontShirtOfTheWeek .textWrapper {
    max-height:140px;
    overflow:hidden;
    margin-bottom:20px;
}

#FrontShirtOfTheWeek h2 {
    width:170px;
    margin:10px 0 10px 0;
    font-size:30px;
    line-height:36px;
}
#FrontShirtOfTheWeek p {
    width:170px;
}
#FrontShirtOfTheWeek h3 {
margin:5px 0 15px 0;
}
#FrontShirtOfTheWeek .button {
    width:194px;
    height:50px;
    padding: 0 25px;
    font-size:20px;
    line-height: 24px;
}

#gender {
    margin:5px 0 15px 0;
    padding:5px;
    background:#f69c9e;
    border:1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#FrontShirtOfTheWeek .right {
    float:right;display:inline;width:264px;height:400px;
}
#FrontShirtOfTheWeek .countdown {
    background:#ddd;padding:10px;text-align:center;margin-bottom:10px;-moz-border-radius: 4px; -webkit-border-radius: 4px;border-radius: 4px;
}
#FrontShirtOfTheWeek #imageWrapper img {
    margin-top:20px;
    width:264px;
    max-height:358px;
}

/*
=====================================
*/

#FrontDIYTshirtDesign {
    float:left;
    display:inline;
    width:434px;
    border:1px solid #efefef;
    /*height:210px;*/
    padding:10px 10px 10px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    border: 1px solid #ddd; -moz-box-shadow: 0 0 5px #ddd; -webkit-box-shadow: 0 0 5px #ddd; box-shadow: 0 0 5px #ddd;
}
#FrontDIYTshirtDesign h2 {
    font-size:30px;
    line-height:36px;
}
#FrontDIYTshirtDesign .questionmark {
    float:left;display:inline;cursor:pointer;margin:0 0 0 10px;width:20px;background:#113562;border-radius: 50%;height: 20px;text-align:center;
}
#FrontDIYTshirtDesign .questionmark span {
    margin:0;padding:0;font-weight:bold;color:#fff;
}
#FrontDIYTshirtDesign .UploadContainer {
    width:410px;
    background:#efefef;
    padding:10px 10px 0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

/*
=====================================
*/

#FrontRecentDesigns {
    float:left;
    display:inline;
    width:454px;
    border:1px solid #efefef;
    height:210px;
    padding:0;
    margin-top:10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd; -moz-box-shadow: 0 0 5px #ddd; -webkit-box-shadow: 0 0 5px #ddd; box-shadow: 0 0 5px #ddd;
}

/*
=====================================
*/

#ShirtOfTheWeekSelection {
    float:right;
    display:inline;
    width:460px;
}
#ShirtOfTheWeekSelection h3 {
    line-height:30px;
    padding:0;
    margin:0;
}
#ShirtOfTheWeekSelection p {
    padding:0;
    margin:5px 0;
}
#ShirtOfTheWeek_MakeItYours {
    width:960px;
    text-align: center;
    padding:10px;
    margin:25px auto 25px auto;
    background:url(./../images/white-20.png);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* ------------------------------------------------------------
Frontpage Discover Juuway gallery und t-shirt-of-the-week
------------------------------------------------------------ */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
* html .group { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

#wrap {  margin: 20px auto 0 auto; overflow: hidden; }

.demo-top { margin-bottom: 0.35714em; padding-bottom: 0.5em; border-bottom: 3px solid #000; }
.credits { font-family: 'Quattrocento', serif; font-size: 1.28571em; line-height: 1.16667em; text-align: center; color: #444; margin-bottom: 2.66667em; }
.back-to-post { border-top: 1px solid #000; margin-bottom: 3em; }

/* Filter */
dl { margin-bottom: 3em; color: #777; }
dt, dd { float: left; }
dt { margin-right: 5px; background:url(./../images/white-20.png); color: #777; font-weight:bold; padding:3px 6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.filter li { float: left;padding:3px 6px; background:url(./../images/white-20.png); margin-right:3px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.filter li:hover {  }
/*.filter li:after { content: "/"; }
.filter li:last-child:after { content: ""; }*/
.filter a { padding: 0 10px; text-decoration: none; }

.filter a:hover, .current a {  }

/* Portfolio Items */
.portfolio li { float: left; margin-right: 20px; margin-bottom: 2em;  }
.portfolio li:nth-child(4n) { margin-right: 20px; }
.portfolio a { display: block; text-decoration: none; }
.portfolio img { width: 130px; height: 195px; display: block; border: 1px solid #ccc; }

/* Portfolio Items of the ideas page */
.portfolio_ideas li { float: left; margin-right: 20px; margin-bottom: 2em;  }
.portfolio_ideas li:nth-child(6n) { margin-right: 0px; }
.portfolio_ideas a { display: block; text-decoration: none; }
.portfolio_ideas img { width:146px; display: block;}

/* Portfolio Shirt of the week Items */
.portfolio_shirtweek li { float: left; margin-right: 20px; margin-bottom: 10px;}
.portfolio_shirtweek li:nth-child(3n) { margin-right: 0; }
.portfolio_shirtweek a { display: block;  text-decoration: none;}
.portfolio_shirtweek img { display: block; padding:0px;background:url(./../images/white-20.png);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* Portfolio Shirt of the week Items - 3 pics dynamically generated */
.portfolio_configurator_dyn li { float: left; margin-right: 26px; margin-bottom: 25px;}
.portfolio_configurator_dyn li:nth-child(3n) { margin-right: 0; }
.portfolio_configurator_dyn a { display: block;   text-decoration: none; }
.portfolio_configurator_dyn img { display: block; padding:0px; width:225px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.portfolio_configurator_dyn .item0 img {width:475px;}

/* Portfolio Shirt of the week Items - static gallery at the bottome */
.portfolio_configurator li { float: left; margin-right: 26px; margin-bottom: 25px;}
.portfolio_configurator li:nth-child(4n) { margin-right: 0; }
.portfolio_configurator a { display: block;   text-decoration: none; }
.portfolio_configurator img { display: block; padding:0px; width:225px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------------*/

.unit-selector {
    float:left;
    display:inline;
    width:100px;
    margin:15px 10px 20px 0px;
}
.unit-selector label {cursor:pointer}

.measurement-tool-box {
    float:left;
    display:inline;
    width:200px;
    margin:10px 10px 20px 10px;
    padding:10px;
    background: url(../images/hd-bg.png);
    border:1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7)
}
.measurement-tool-box span {
    font-size:20px;
    line-height:24px;
    float:left;
    display:inline;
    margin-right:5px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}





#sizeform_female .shirt-popup, #sizeform_male .shirt-popup { width:317px;display:inline-block;margin:0 4px 10px 3px}
#sizeform_female .popup-header, #sizeform_male .popup-header { padding:0}
#sizeform_female .popup-header h2, #sizeform_male .popup-header h2 { font-size: 1.5em; font-weight: 700; margin-bottom: 0px; }
#sizeform_female .popup-content, #sizeform_male .popup-content {  }

.simpleColorSelectButton, .simpleColorCancelButton {display:none}

.panelWrapper {
    z-index:999999;
    position: absolute;
    width: 700px;
    min-height: 30px;
    top: 0px;
    left: 50%;
    margin-left: -380px;
    background-color: #d6050a;
    border:10px solid #d6050a;
    padding-left:20px;
    color:#fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.50);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.50);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.50);
}



.collection_item img {
    margin:0 10px 0 0;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}


.paginate { padding: 6px 10px; border:1px solid #999;background:#f5f5f5;font-weight:bold;color:#000;margin-bottom:20px}
.current { padding: 6px 10px; background:#999;font-weight:bold;color:#000 }

.checkout-privacy-box {
    margin-top:10px;
    padding:10px;
    background:#f5f5f5;
    border:1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}






/* =================== */
/* Shirt popups */
/* =================== */



#lean_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:50%;
    background: #000;
    display: none;
}


.shirt-popup {
    width: 244px;
    padding-bottom: 2px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.shirt-popup .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
.shirt-popup .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }
.shirt-popup .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
.shirt-popup .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
.shirt-popup .txt-fld input.good_input { background: #DEF5E1 url(../img/good.png) 236px center no-repeat; }
.shirt-popup .txt-fld input.error_input { background: #FDE0E0; }
.shirt-popup .popup-header { text-align:center;background: url(../images/hd-bg.png); padding: 18px 9px 14px 9px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.shirt-popup .popup-header  h2 { color: #444; font-size: 2em; font-weight: 500; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.shirt-popup .popup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }
.shirt-popup .modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }
.shirt-popup .popup-content {padding: 10px 0;text-align: center;min-height:110px;}
.second-header { text-align:center;background: url(../images/hd-bg.png); border-bottom: 1px solid #CCC;margin:0 0 4px 0;margin:0 8px 3px 8px}
.second-header  h2 { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;color: #444; font-size: 1.3em; font-weight: 500; margin:0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }

.shirt-popup .popup-button {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #D43636;
    border: none;
    width: auto;
    margin:10px auto 0 auto;
    cursor: pointer;
    overflow: visible;
    font-size: 1.4em;
    color: #FFF;
    padding: 3px 6px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.shirt-popup .cancel-button { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2;}


/* =================== */
/* Lean Overlay 2, used in the measurement tool recommendation page */
/* =================== */

#lean_overlay2 {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.shirt-popup2 {
    width: 900px;
    display:none;
    background: #FFF;
    padding:10px 0 5px 0;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.shirt-popup2 .popup-header { text-align:center;background: url(../images/hd-bg.png); padding: 18px 9px 14px 9px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.shirt-popup2 .popup-header  h2 { color: #444; font-size: 2em; font-weight: 500; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.shirt-popup2 .popup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }
.shirt-popup2 .popup-content {padding:0px;text-align: center}
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }
.sample-shirts img { width: 200px}


/* =================== */
/* Config Divs within the popups */
/* =================== */

.config-menu {
    margin-bottom:20px;
}
.config-menu > div {

}

.config-button {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    display:inline-block;
    zoom:1;
    background: url(../images/hd-bg.png);
    border: none;
    width: auto;
    margin:10px 10px 0 0;
    cursor: pointer;
    overflow: visible;
    font-size: 1.4em;
    padding: 3px 6px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold;
}
.config-button a { color:#444;text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.config-button:hover { box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7) }
.selected { border:4px solid #444;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; }


.diy-box {
    background:#fff;
    border-top:1px solid #E7E6E6;
    margin:20px 0;
}



#queue {
    overflow: auto;
    margin:0px auto;
    padding: 4px 8px;
}
.colorSelector{ padding:5px 0 20px 8px; }
.simpleColorContainer {}
.FontSizeAlign {margin:0;width:244px;display:inline-block;}
.FontSizeAlign img { max-width:24px; max-height:24px; padding:2px; border:1px solid #999;margin-right:4px}

.activationWrapper {
    width:420px;
    float:right;
    text-align:center;
    margin-top:50px;
    background:rgba(0,0,0,0.6);
    display: none;
    margin-right:240px;
}
.activationWrapper span { width:120px;float:left;display:inline;padding:5px }
.activationWrapper img { float:left;display:inline;margin-right:5px }
.activationWrapper a { color:#fff; }

.viewportAppend { background:rgba(0,0,0,0.6); }

.pane img { cursor:move }

.ui-icon-closethick {
padding:2px 4px;font-size:14px;


    background:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);


}

.important {
    padding:2px;
    background: #d6050a;
    color:#fff;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
.clickhere {
    font-weight: bold;
    text-decoration: underline;
}



