/* ----------------------------- */
/*  ==     Mentions              */
/* ----------------------------- */

/*
* @autor : Maxime Simeon pour Alsacreations
* @date : 2011
*/

/* ----------------------------- */
/*  ==     Styles de base        */
/* ----------------------------- */


/* Soft reset */

html, body, form, fieldset, legend, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0; 	font-weight:normal;
}

a img {
	border: none;
}

/* Commun */

body {
	position:relative;
	width: 960px;
	margin: 0 auto;
	background: #f1f1f1;
	font-family: Trebuchet MS, Arial, sans-serif;
}

a {
	color:#3B81BE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clearfix {
	clear:both;
}

strong {
	font-weight: bold;
}

h2 {
	margin: 0.4em 0 0 10px;
	color: #FF7800;
}

h3 {
	font-weight: bold;
}

.arrow {	
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
	text-align: center;
	background: none repeat scroll 0 0 #FFFFFF;
	cursor: pointer;
	background: url(/Public/Shop/Images/Icons/arrows.gif) no-repeat;
}

.freeColorSelection .arrow {
	position: relative;
	top: -15px;
	font-size: 0;
}

.freeColorSelection .arrow.previous_button_disabled {
    background-position: 0 -15px;
}

.freeColorSelection .arrow.next_button_disabled {
    background-position: -15px -15px;
}

#configurationHeader>a {
	float:none;
}

#configurationHeader .arrow {
    bottom: -2px;
    position: relative;
}

.arrow.down {
    background-position: -30px -15px;
}

.arrow.up {
    background-position: -30px 0;
}

.arrow.forward {
    background-position: -15px 0;
}

/*-----------------------*/
/* ==     header         */
/*-----------------------*/

#banner {
	display:none;
}

#header {
}

#header h1 {
	padding-top: 30px;
}

#headerUserInformation {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.5em 1.5em 0 1.5em;
	font-size: 0.8em;
	background: #fafafa;
	
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#headerUserInformation li {
	display: block;
	margin-bottom: 1em;
}

#headerUserInformation .right {
	display:none;
}
#shopInformation h1 {display: none}
#shopInformation p {
	margin: 0 0 40px 0;
	font-family: ;
	font-size: 14px;
	color: #a5c42e;
	letter-spacing: -1px;
}

/* PUB */
#affiiliate, #menu li#affiliate-powered-by-logo a {
	display:none; /* mais afficher en bas de page */
}

/*menu*/

#menu {
	margin-left: 12px;
}

#menu li {
 display: inline-block;
}

#menu li a {
	display: block;
	margin-left: 5px;
    padding: 8px 13px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 #000;
	background: #5B5B5B;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5B5B5B), to(#474747) );
	background: -webkit-linear-gradient(#5B5B5B,#474747);
	background: -moz-linear-gradient(#5B5B5B,#474747);
	background: -ms-linear-gradient(#5B5B5B,#474747);
	background: -o-linear-gradient(#5B5B5B,#474747);
	background: linear-gradient(#5B5B5B,#474747);
	
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#menu li a:hover {
	color:#b3d53c;
	text-decoration: none;
}



/*-----------------------*/
/* ==     Content        */
/*-----------------------*/

#main {
	width:auto;
}

#articleList, #articleDesigns, #help, #detailPage, #content .section, .checkout-login {
	padding: 10px;
	background:#fff;
	
	-webkit-box-shadow: 0 0 8px #dedede;
	-moz-box-shadow: 0 0 8px #dedede;
	-ms-box-shadow: 0 0 8px #dedede;
	box-shadow: 0 0 8px #dedede;
}

#frmFilter {
	float:right;
	margin: 5px 10px 0 10px;
}

/* Article */

#index {
	text-align: center;
	clear: both;
}

#index form, #articleDesigns>div {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	text-align: left;
}

#index fieldset {
	border: none;
	margin-bottom: 2em;
}

#index h3 {
	height: 40px;
    color: #FF7800;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: -1px;
	/*padding-bottom: 0.3em;*/
    margin: 0 0.3em;
	/*border-bottom: 1px solid #EEEEEE;*/
}

.articleImages {
	text-align: center;
} 

.articleImages img {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.articlePriceWrapper, #articleDesigns>div>a  {
	background: #F8F8F8;
	font-size: 0.8em;
	padding: 0.5em;
	margin: 0 0.5em;
	border: 1px solid #f0f0f0;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.articleDesc h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	height: 30px;
}

.freeColorSelection {
	margin-bottom: 0.4em;
	border-bottom: 1px solid #fff;
}

.freeColorSelection h4 {
    display: inline-block;
	margin-bottom: 0.4em;
}

.classicCompact .freeColorSelection .colors {
	display: inline-block;
	width: 81px;
	height: 15px;
	overflow: hidden;
}

.classicCompact .freeColorSelection .colors ul {
	position: relative;
	width: 3000px;
}

.freeColorSelection>ul, .freeColorSelection>div {
    float: right;
	clear: none;
}

/*
.freeColorSelection .back {
	float:left;
}

.freeColorSelection .foward {
	float: right;
}
*/

.freeColorSelection li {
	display: inline-block;
    margin: 0;
}

.freeColorSelection li img {
	border: 1px solid #eee;
}

.freeColorSelection li.selected img,
.freeColorSelection a:hover img {
	border: 1px solid #3B81BE;
}

.articleSizes label {
	display: inline-block;
    width: 50%;
}

.articleSizes select {
	float: right;
}

.articlePrice {
	margin-top: 0.4em;
}

.articlePrice p {
	display: inline-block;
	font-size: 0.7em;
}

.articlePrice label {
	display: none;
}

.articlePrice .priceGroup {
	float: right;
	margin: 0.4em  -0.5em 0 0;
	padding: 8px 12px;
	font-size: 1.2em;
	color: #fff;
	background: #A9C83D;
	
	-webkit-border-radius: 8px 0 0 8px;
	-khtml-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.checkout-v2 .content button, .checkout-v2 .content input[type="button"], .checkout-v2 .content input[type="submit"], input.button.basket, input.button.main{
	clear: both;
	display: block;
	width: auto;
	height: auto;
	padding: 7px 10px 8px;
	border: 1px solid #33c1d4;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
    font-weight: bold;
    line-height: 1;
	background: #33c1d4;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33c1d4), to(#2DAEBF) );
	background: -webkit-linear-gradient(#33c1d4 20%, #2DAEBF);
	background: -moz-linear-gradient(#33c1d4 20%, #2DAEBF);
	background: -ms-linear-gradient(#33c1d4 20%, #2DAEBF);
	background: -o-linear-gradient(#33c1d4 20%, #2DAEBF);
	background: linear-gradient(#33c1d4 20%, #2DAEBF);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

input.button.basket {
	position: relative;
	top: 20px;
	margin: 0 auto;
	text-align: center;
}

input.button.basket:hover, input.button.basket:focus, input.button.basket:active, input.button.main:hover, input.button.main:focus, input.button.main:active {
	background: #3598AF;
	border-color: #3598AF;
}

/* Naviguation */
.navigation:nth-of-type(1) {
	display:none;
}

.navigation {
	margin: 1em 10px;
	padding-top: 1em;
	border-top: 1px solid #EEEEEE;
	font-size:0.8em;
}

.navigation small.left, .navigation small.right, .navigation div  {
	display: inline-block;
}

.navigation small.left {
	display: none;
}

.navigation small.right {
	float: right;
	font-size: 1.2em;
}

.navigation div a {
	float:none;
	padding: 2px 5px;
    border: 1px solid #AAD83E;
    color: #FFFFFF;
	background: #8EBD1E;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(142,189,30,0.5)), to(#8EBD1E));
	background: -webkit-linear-gradient(rgba(142,189,30,0.5) 20%, #8EBD1E);
	background: -moz-linear-gradient(rgba(142,189,30,0.5) 20%, #8EBD1E);
	background: -ms-linear-gradient(rgba(142,189,30,0.5) 20%, #8EBD1E);
	background: -o-linear-gradient(rgba(142,189,30,0.5) 20%, #8EBD1E);
	background: linear-gradient(rgba(142,189,30,0.5) 20%, #8EBD1E);
}

.navigation div>span {
	padding: 3px 5px;
	margin: 0 3px;
    border: 1px solid #2C2C2C;
    color: #FFFFFF;
	background: #080808;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(8,8,8,0.4)), to(#080808));
	background: -webkit-linear-gradient(rgba(8,8,8,0.4) 20%, #080808);
	background: -moz-linear-gradient(rgba(8,8,8,0.4) 20%, #080808);
	background: -ms-linear-gradient(rgba(8,8,8,0.4) 20%, #080808);
	background: -o-linear-gradient(rgba(8,8,8,0.4) 20%, #080808);
	background: linear-gradient(rgba(8,8,8,0.4) 20%, #080808);

}

.navigation div a.rightend, .navigation div a.leftend {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    color: #666666;
}

/*-----------------------*/
/* ==     Footer         */
/*-----------------------*/

#menuFooter {
	margin-top: 20px;
	text-align: center;
	font-size: 80%;
	text-shadow: 1px 1px 0 rgba(255,255,255, 0.8);
}

#menuFooter li {
	display: inline-block;
	padding: 0 10px;
}

#menuFooter li+li {
	border-left: 1px solid #fff;
}

#footer {
	background: #fff;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0 0 8px #dedede;
	-moz-box-shadow: 0 0 8px #dedede;
	-m-box-shadow: 0 0 8px #dedede;
	box-shadow: 0 0 8px #dedede;
}

#footer small {
	display: inline-block;
	width: 840px;
	margin: 20px 0 20px 20px;
}

#footer .powerd-by {
	float:right;
}

#footer-end {
	padding:0;
	background:#505050;
	color:white;
	font-size: 80%;
	
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	
	-webkit-box-shadow: 0 0 8px #dedede;
	-moz-box-shadow: 0 0 8px #dedede;
	-ms-box-shadow: 0 0 8px #dedede;
	box-shadow: 0 0 8px #dedede;
}

#footer-end img {
	padding:10px 0 10px 35px;
	font-size:1.5em;
}

#footer-end #presentation {
	width:690px;
	float:right;
	text-align:left;
	padding-right: 20px;
	margin-right:20px;
	background:#505050 url(/users/477000/476143/144233/img/144233_footeraccoend.png) right center no-repeat;
	color:#aaa;
}

#footer-end #presentation p {
	padding:3px 0 0 20px;
	background:url(/users/477000/476143/144233/img/144233_footeraccostart.png) left center no-repeat; 
}

#footer-end #presentation a {
	text-decoration:none;
	color:#888;
}

#footer-end #presentation a:hover{
	text-decoration:underline;
}

/*-----------------------*/
/* ==     Détail page    */
/*-----------------------*/

#detailPage #filterDepartmentId {
	display: none;
}

#detailArticlePrint{
	display: inline-block;
	width: 30%;
	margin: 10px;
	padding: 1em;
	background: #F8F8F8;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px ;
	-ms-border-radius: 10px ;
	border-radius: 10px;
}


#detailArticleThumb img {
	border: 1px solid #eee;
}

.detailArticleViews {
    display: inline-block;
    margin: 0.3em;
    text-align: center;
    width: 42px;
	font-size: 0.8em;
}

.detailArticleViews a {
	display: inline-block;
	vertical-align: top;
}

.detailArticleViews img {
	border: 1px solid #eee;
}

.detailArticleViews a:hover , .detailArticleViews a:focus , .detailArticleViews a:active  {
	color:#b3d53c;
	text-decoration: none;
}

#configurationHeader {
	display: block;
	margin-top: 10px;
}

#designConfiguration {
	font-size: 0.8em;
}

#designConfiguration fieldset {
	float: right;
    width: 80%;
	border: none;
}

.detailCurrentView {
	display: inline-block;
	margin: 5px 0;
}

#textConfigurationExpander {
	margin-left: 5px;
}

.detailViewName {
	margin: 0.1em 0;
	font-weight: bold;
	font-size: 1.1em;
}

#frmArticleDetails {
    display: inline-block;
	width: 63%;
    margin-top: 1em;
    vertical-align: top;  
}

#frmArticleDetails h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3B81BE;	
}

#frmArticleDetails h5 {
	margin-bottom: 0.5em;
}

#frmArticleDetails fieldset {
	margin-top: 10px;
	padding-top: 5px;
	border: none;
	border-top: 1px solid #eee;
}

#frmArticleDetails fieldset div {
	margin-bottom: 10px;
	font-size: 0.8em;
}

#frmArticleDetails fieldset label {
	display: block;
	float:left;
	width: 30%;
	font-size: 1.2em;
	font-weight: bold;
}

#frmArticleDetails .articleColor {
	float: none;
}

#frmArticleDetails select {
	width: 55px;
}

#articlePrice {
	margin-top:25px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

#articlePrice div {
	text-align: right;
}

#articlePrice strong.price {
	font-size: 1.5em;
	color: #FF7800;
	
}

#frmArticleDetails input.button.main {
	float: right;
}

#articleAdditionalLinks {
    font-size: 0.8em;
	margin-left: 10px;
}

#articleAdditionalLinks h4 {
	display: none;
}

#articleAdditionalLinks li {
	display: block;
	line-height: 22px;
}

#articleAdditionalLinks li img {
	float: left;
}

#producttype_tabbox {
	padding: 10px;
	margin-top: 40px;
	font-size: 0.8em;
	min-height: 150px;
}

ul.tab-navi {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

ul.tab-navi li {
	display: inline-block;
	padding: 10px;
	background: #3B81BE;
}

ul.tab-navi li.current, ul.tab-navi li:hover, ul.tab-navi li:focus, ul.tab-navi li:active {
	background: #eee;
	color: #000;
}

ul.tab-navi li.current a, ul.tab-navi li a:hover, ul.tab-navi li a:focus, ul.tab-navi li a:active {
	text-decoration: none;
	color: #000;
}

ul.tab-navi li a {
	color: #fff;
}

ul.tab-navi li+li {
	margin-left: 5px;
}

.float-left-medium {
	float:left;
	margin: 0 10px 10px 0;
}

.listMCECheckbox {
	display: block;
}


.tabBoxContent ul {
	clear: none;
}

.tabBoxContent p {
	clear: both;
	padding-top: 5px;
}

.tabBoxContent table {
	width: 60%;
	border-collapse: collapse;
}

.tabBoxContent thead {
	text-align: left;
}

.tabBoxContent tr {
	height: 2em;
}

.tabBoxContent tr.even {
	background: #eee;
} 

.tabBoxContent td {
	
}

/*-----------------------*/
/* ==     Motif          */
/*-----------------------*/

#articleDesigns {
	text-align: center;
}

#articleDesigns>div {
	width:23%;
	margin: 1em 1%;
}

#articleDesigns>div>a {
	display: block;
	background: #fff;
}

#articleDesigns>div>ul {
	display: none;
}

#articleDesigns h3 {
	padding: 0.5em;
	color: #FF7800;
	font-size: 0.8em;
}

/*-----------------------*/
/* ==    Panier          */
/*-----------------------*/

#menuCheckout ol {
	background: #fafafa;
	font-size: 0.8em;
}

#menuCheckout li {
	display: inline-block;
}

#step-1 a:before {
	content: "1. ";
}

#step-2 a:before {
	content: "2. ";
}

#step-3 a:before {
	content: "3. ";
}

#step-4 a:before {
	content: "4. ";
}

#menuCheckout li a {
	display: block;
	padding:  20px;
}

#menuCheckout li+li a {
	border-left: 1px solid #eee;
}

#menuCheckout li.current, #menuCheckout a:hover, #menuCheckouta:focus, #menuCheckout a:active {
	background: #fff;
	text-decoration: none;
}

.checkoutInfoProceed .info-wrapper {
	display: inline-block;
	width: 65%;
}

.info-wrapper .checkoutInformationBox {
    width: 640px;
}

.checkoutInformationBox {
	display: inline-block;
	width: 65%;
}

.checkout-v2 .content h1 {
	color: #FF7800;
	margin: 5px 0 20px 10px;
	font-size: 1.7em;
}

.checkoutInformationBox p {
	margin: 0 10px;
}

.checkout-partner-info-box {
    float: right;
	width: 25%;
    margin: 10px 10px 10px 0;
	border: 1px solid #3B81BE;
}

.checkout-v2 .content h2,.checkout-v2 .basketListArticles h2 {
	float: none;
	padding: 10px 10px;
	margin: 0;
	color: #FF7800;
	font-weight: bold;
	font-size: 1.4em;
}

.checkout-v2 .content h2.bg_color_4 {
	background: #3B81BE;
	padding: 10px 10px;
	color: #fff;
}


#frmBasketSubmitTop {
	float:none;
}

.checkout-v2 .checkoutStepsTopNoLine {
	float: none;
}

.checkout-v2 #basketItems fieldset ul.basketColumn {
	height: auto;
	background: #eee;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.checkout-v2 #basketItems fieldset ul.basketColumn {
	height: auto;
	background: #eee;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.checkout-v2 #basketItems li.basketSize {
	width: 10%;
}

.checkout-v2 #basketItems li.basketPrice, .checkout-v2 #basketItems li.basketPriceTotal {
	width: 10%;
}

#frmBasketSubmitTop ul, .checkoutStepsBottom ul {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

#frmBasketSubmitTop li, .checkoutStepsBottom li {
	display: inline-block;
}


#frmBasketSubmitTop .right, .checkoutStepsBottom .right {
	float:right;
}

.basketListArticles {
	margin: 10px;
	padding-top: 10px;
	border: none;
	border-bottom: 1px solid #eee;
	
}

.checkout-v2 #basketItems .basketDelete {
	border: none;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}

.checkout-v2 #basketItems .basketDelete .delete {
	float:none;
	position:absolute;
	right: 10px; top: 20px;
	width: 22px; height: 22px;
	border: none;
	background: url(/users/477000/476143/144233/img/144233_trash.png) no-repeat;
	cursor: pointer;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.checkout-v2 #basketItems fieldset .basketArticleImages a {
	border: 1px solid #eee;
}

.checkout-v2 .content .button.refresh {
	background: url(/users/3641000/3640006/638605/img/638605_refresh.png) no-repeat;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.checkout-v2 #basketItems fieldset {
    border: none;
}

#frmProceed {
	padding: 10px;
}

.checkout-v2 .basketAdditionals #frmProceed div {
    float: none;
    padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #eee;
}

.checkout-v2 .basketAdditionals #frmProceed div label {
	float: none;
    display: inline-block;
	vertical-align: middle;
    margin: 0;
    width: 18%;
}

.checkout-v2 .basketAdditionals #frmProceed div span {
	float: none;
    display: inline-block;
	vertical-align: middle;
    width: 80%;
}

.checkout-v2 .basketAdditionals #frmProceed div span input {
    float: none;
    margin: 0;
	height: 30px;
}

.checkout-v2 .basketAdditionals #frmProceed #basketPriceTotal div {
	float: none;
	padding: 20px 0;
    border:none;
	font-size: 1.2em;
	color: #fff;
	background: #FF7800;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.checkout-v2 .basketAdditionals ul {
    float: none;
    margin: 0;
}

.checkout-v2 .checkoutStepsBottom {
    border: none;
    float: none;
    padding: 0;
}

.checkout-v2 .content {
	margin: 0;
}

#frmProceed ul.checkoutStepsBottom li {
	margin: 0;
}

.checkout-v2 .basketAdditionals #frmProceed #basketPriceTotal div span {
    float: none;
}

.checkout-v2 #checkoutAddress form fieldset {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

.checkout-v2 #checkoutAddress form fieldset div {
    float: none;
	display: block;
	margin: 0;
    line-height: inherit;
}

form#registrationForm label, .checkout-v2 #checkoutAddress form fieldset label {
    display: inline-block;
    float: none;
    font-size: 0.9em;
    font-weight: bold;
    margin: 5px 10px;
    padding: 5px 0;
    width: 150px;
	color: #434343;
}

.checkout-v2 #checkoutAddress form fieldset input {
    display: inline-block;
    float: none;
	width: 350px;
	height: 1.5em;
	margin: 10px 0;
    font-size: 1em;
	border: 1px solid #eee;
	vertical-align: top;
}

#registerMail p {
	margin: 0 0 0 170px;
}

.checkout-v2 #checkoutAddress .checkoutAddressHL {
    float: none;
	margin: 2em 0 10px 10px;
}

.checkout-v2 #checkoutAddress form fieldset select {
    display: inline-block;
    float: none;
    margin: 0;
	height: 2em;
	border: 1px solid #eee;
}

#checkoutAddress form fieldset input#cbaCity, #checkoutAddress form fieldset input#cdaCity, #checkoutAddress form fieldset input#cpsCity {
    margin: 0 0 0 0.3em;
    width: 295px;
}

.change_shipping_addresses {
	float: none;
    margin: 10px 0 50px 10px;
    width: 100%;
}

ul.change_shipping_addresses li.other-address, ul.change_shipping_addresses li#packstationSelectBox {
    float: none;
    width: auto;
}

ul.change_shipping_addresses li {
	display: block;
}

ul.change_shipping_addresses li.other-address label, #checkoutAddress form fieldset label {
    display: inline-block;
	float: none;
    font-size: 0.85em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 5px;
    width: auto;
}

.change_shipping_addresses #shippingAddressCheckbox {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.checkout-v2 #checkoutAddress form .checkoutAdditionals, .checkout-v2 #frmOrderShow .checkoutAdditionals {
    width: auto;
	margin: 10px;
	border-top: 1px solid #eee;
    clear: both;
}

.checkout-v2 #checkoutAddress form h3 {
    float: none;
	display: inline-block;
	vertical-align: top;
    font-size: 1.1em;
    padding: 0;
    width: 20%;
}

.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset {
    float: none;
	display: inline-block;
    margin: 0.5em 0;
    padding: 0;
    width: 78%;
}

.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset div label {
    display: inline-block;
    float: none;
    font-size: 0.85em;
    font-weight: bold;
    width: 80%;
}

.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset div .price {
    float: right;
	margin: 10px;
}

.checkout-v2 #checkoutAddress form .checkoutAdditionals fieldset div p {
    float: none;
    margin: 0 0 0 40px !important;
}

.checkoutAdditionals .infoText {
	display: inline-block;
	width: 70%;
	margin: 10px 0;
}

/*-----------------------*/
/* ==     HELP           */
/*-----------------------*/

#help {
	padding: 0.5em 2em;
}

.faqCategories {
	padding: 1em 0;
	font-size: 80%;
	line-height: 1.4em;
}

.faqCategories+.faqCategories  {
	border-top: 1px solid #eee;
}

.faqCategories h3 {
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
}

.faqCategories li {
	display: block;
}


/*-----------------------*/
/* ==     LOGIN          */
/*-----------------------*/

#main .checkout-login div.section {
	float: none !important;
	margin: 0 !important;
	background: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.checkout-login div.section>div {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

#frmRegister, #frmLogin {
	float: none;
	width: auto;
	margin: 0 !important;
	padding: 0;
}

.checkout-login h1 {
	font-size: 1.3em;
	color:  #FF7800;
}

.checkout-login .section p a.help {
    margin:  0;
    padding: 0;
}
