body{
	margin: 20px;
	padding: 0;
	font-family: 'Myriad Pro', Verdana, sans-serif;
	font-size: 100%;
	background-color: #bedff5;
	color: #484a47;
}

img {
	max-width: 100%;
}

pre { font-family: monospace; }

a{
	color: #1e75b7;
}

h3, h4{
	margin: 0 0 .5em 0;
	font-size: 1em;
}

p{
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.2em;
}

ul, ol{
	margin: 0 0 .5em 2em;
	padding: 0;
	font-size: .8em;
	line-height: 1.5em;
	/*border: 1px solid blue;*/
}

th, td {
	font-size: .8em;
	/*line-height: 1.2em;*/
}

td td,
td th,
td ul,
td p,
ul ul {
	font-size: 100%;
}

dl {
	font-size: .8em;
	/*line-height: 1.2em;*/
}



/*------------------------------------------------------
	START FORMS
------------------------------------------------------*/

fieldset {
font-size: .8em;
}

fieldset div {
margin: 0 0 .75em 0;
padding: 0;
}

/*fieldset .fieldsetColumn div*/
fieldset div
{
clear: both;
}

fieldset legend 
{
margin: 0;
padding: 0 .5em;
font-weight: bold;
color: #000000;

}


/*fieldset .fieldsetColumn div input[type=text]*/
fieldset div input[type=text]
{
width: 200px;
}

fieldset div input[type=text].inputSmall
{
width: 50px;
}

fieldset div input[type=text].inputLarge
{
width: 600px;
}




fieldset label
{
float: left;
margin: 0 .5em 0 .5em;
padding: 3px 5px;
width: 10em;
text-align: right;
display: block;
}

input, 
select, 
textarea 
{
font-family: Tahoma, Arial, sans-serif;
color: #000000;
}

fieldset textarea
{
font-size: .9em;
}


/*------------------------------------------------------
	END FORMS
------------------------------------------------------*/







#layoutWrapperDiv{
	margin: 0 auto;
	padding: 0;
	width:100%;
	max-width: 1000px;
}


#layoutWrapperDiv2{
	margin: 0;
	padding: 0;
	border: 5px solid #fff;
}

#layoutWrapperDiv3{
	margin: 0;
	padding: 0;
	border: 2px solid #908c85;
	background-color: #fff;
	/*color: #000;*/
}

#layoutWrapperDiv4{
	margin: 0 0 20px 0;
	padding: 10px;
}

.clearDiv{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.layoutBox01{
	/*
	padding: 5px;
	border: 1px solid #DEE2DB;
	*/
}

.bgboxbottom{
	background-image: url(/images/layout/background-grad.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: transparent;
}

.lb{
	background-image: url(/images/layout/border-edge.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.rb{
	background-image: url(/images/layout/border-edge.png);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

.bb{
	background-image: url(/images/layout/border-edge.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
}

.blc{
	background-image: url(/images/layout/btm-left-corner.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.brc{
	background-image: url(/images/layout/btm-right-corner.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.tb{
	background-image: url(/images/layout/border-edge.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.tlc{
	background-image: url(/images/layout/top-left-corner.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.trc{
	background-image: url(/images/layout/top-right-corner.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}


/*
.navsearchbox{
	margin: 10px 0 0 3px;
	padding: 0;
}

.navsearchbox .content{
	margin: 0;
	padding: 5px 8px 0 5px;
	position:relative;
	height:33px;
}

.navsearchbox .content ul{
	margin: 0;
	padding: 0;
	border: 0;
	
}

.navsearchbox ul li{
	float:left;
	line-height:25px;
	list-style:none outside none;
}

.navsearchbox ul li.magnify{
	margin-right:15px;
}

*/
/*
.navsearchbox .magnifyglass {
	background:url("/images/layout/sprite_icons.png") no-repeat scroll 0 -717px transparent;
	height:25px;
	width:20px;
}
*/
/*
.navsearchbox ul li.search{
	margin-right: 5px;
	padding-top: 2px;
}
*/


#searchFormHeader{
	margin: 0;
	padding: 3px;
	background-color: #358d39;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#searchFormHeader table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	/*background-color: yellow;*/
}

#searchFormHeader td{
	padding: 0;
}

#searchFormHeader td.input{
	padding: 0 3px;
	text-align: left;
	background-color: #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#searchFormHeader td.input input{
	width: 95%;
	background-color: #fff;
	border: 0;
}

/*
#myAutoComplete{
	background:url("/images/layout/sprite_images.png") no-repeat scroll 0 -397px transparent;
}
*/

/*
#myAutoComplete .text_box{
	width: 10%;
	background-color: #fff;
	border:medium none;
	height:25px;
	line-height:25px;
	padding-left:5px;
	padding-right:10px;
}
*/

#searchFormHeader td.submit{
	width: 25%;
	padding: 0 0 0 5px;
	text-align: right;
	/*background-color: aqua;*/
}


#searchFormHeader td.submit input{
	margin: 0;
	padding: 0 20px;
	height: 28px;
	width: 100%;
	/*background-color: #484A47;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	
	
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 50% -93px;
	background-repeat: no-repeat;
	
	border: 0;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#searchFormHeader td.submit input:hover{
	color: #dcdcdc;
	cursor: pointer;
}

/*
div.btn_primary_m{
	background:url("/images/layout/sprite_images.png") no-repeat scroll 0px -34px transparent;
	display:inline;
	margin: 4px 0 0 10px;
	padding: 4px 0 5px 5px;
}

div.btn_primary_m input,
div.btn_primary_m a {
	background:url("/images/layout/sprite_images.png") no-repeat scroll 100% -34px transparent;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin-right: 0;
	padding: 5px 7px 6px 3px;
	text-decoration:none;

}
*/

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

#header{
	position: relative;
	margin: 0;
	padding: 0;
	/*background-color: aqua;*/
}

#headerColumn1Nav1{
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0;
	padding: 0;
}

#headerColumn1Nav1 ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#headerColumn1Nav1 li{
	display: inline;
	
	margin: 0 .5em 0 0;
	padding: 0;
	
}

#headerColumn1Nav1 a{
	font-weight: bold;
	color: #1e75b7;
	text-decoration: none;
}

#headerColumn1Nav1 a:hover{
	text-decoration: underline;
}



#headerLogo{
	float: left;
	margin: 0;
	padding: 30px 10px 15px 10px;
	/*(background-color: aqua;*/
}

#headerLogoImg {
	background-image: url("/images/layout/logo_header.png");
	background-repeat: no-repeat;
	background-size: 431px;
	width:431px;
	height:75px;
}
@media only screen and (max-width: 550px) {
	body {
		margin:5px; 
	}
	#headerLogoImg {
		width:300px;
		background-size: 275px;
		background-image: url("/images/crc-logo-mobile.png");
	}

	#cartUpdateForm div {
		width: 100% !important;
	}
	table.cartTotals {
		width: 100% !important;
	}
}
@media only screen and (max-width: 550px) {
	#productPageDiv #topSection .prodImageMain div.panes img {
		max-width:310px;
	}

}
@media only screen and (max-width: 350px) {
	#productPageDiv #topSection .prodImageMain div.panes img {
		max-width:280px;
	}
}
@media only screen and (max-width: 400px) {
	#featuredSlot2{ width:90% !important; }
	#featuredSlot2  .featuredSlotContent .image {
		width:100% !important;
	}
	#featuredSlot2  .featuredSlotContent .text {
		width:100% !important;
		padding-top:42px !important;
		padding-bottom:42px !important;
	}
	#featuredSlot3 { width:90% !important; }
	#featuredSlot3  .featuredSlotContent .image {
		width:80% !important;
	}
	#featuredSlot3  .featuredSlotContent .text {
		width:80% !important;
	}
}

#headerLogo img{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#headerColumn2{
	float: left;
	margin: 0;
	padding: 0px 10px 10px 10px;
	/*background-color: coral;*/
}


#headerColumn2Nav1,
#headerColumn2Nav1 ul {
	border-width:1px 0;
	float:left;
	font-weight:normal;
	
	list-style:none outside none;
	margin: 0 10px 0 0px;
	padding:0;
	position:relative;
	z-index:3;
}

#headerColumn2Nav1 li {
	float:left;
	padding:0;
	width:auto;
}

#headerColumn2Nav1 a{
	color:#6a655c;
	display:block;
	padding:0.65em 0.7em;
	text-decoration:none;
	width:auto;
}

#headerColumn2Nav1 a:hover{
	text-decoration: underline;
}



#headerColumn2 .headerColumn2CartLink {
	/*
	background:url("/images/layout/sprite_icons.png") no-repeat scroll 0 -184px transparent;
	height:20px;
	*/
	color:#2e87c6;
	float:right;
	font-size: .85em;
	font-weight:bold;
	
	margin-left:0;
	margin-top:4px;
	padding: 0 0 0 0px;
}

#headerColumn2 .headerColumn2CartLink a {
	color:#2e87c6;
	text-decoration: none;
}

#headerColumn2 .headerColumn2CartLink a:hover {
	text-decoration: underline;
}


#headerColumn2 .bgboxbottom{
	background-image: none;
	background-color: #358d39;
}


#headerColumn2 .blc{
	background-image: url(/images/layout/btm-left-corner-v2.png);
}

#headerColumn2 .brc{
	background-image: url(/images/layout/btm-right-corner-v2.png);
}



#headerColumn2 .freeShipBanner{
	float: right;
	margin: 0;
	background-color: #9c61ce;
	background-image: url(/images/layout/truck_icon-v2.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding: 5px 10px 3px 10px;
	
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#headerColumn2 .freeShipBanner h4{
	margin: 0 0 0 50px;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 1.2em;
	/*background-color: yellow;*/
}

#headerColumn2 .freeShipBanner p{
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
}

#headerColumn2 .freeShipBanner p span{
	margin: 0;
	padding: 0px 0 0 0;
	font-size: .7em;
	/*background-color: coral;	*/
}

#headerColumn2 .freeShipBanner a{
	color: #fff;
	text-decoration: none;
}

#headerColumn2 .freeShipBanner a:hover{
	text-decoration: underline;
}


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




/*------------------------------------------------------
	START HEADER BAR
------------------------------------------------------*/

#headerBar{
	margin: 0 5px;
	padding: 0 2px;
	/*background-color: #969795;*/
	
	/*
	border-width: 5px 0;
	border-style: solid;
	*/
	/*border-color: #969795;*/
	
	height: 34px;
	background-image: url(/images/layout/header-menu-bg-v2.png);
	background-repeat: repeat-x;
	background-position: top left;
	
	background-color: #7f0341;
	
	-moz-border-radius: 8px;
	border-radius: 8px;
}



#headerBar ul{
	position:relative;
	float:left;
	width: 100%;
	margin:0 0 0 0px;
	padding:0;
	
	font-weight:bold;
	height: 34px;
	line-height:1;
	list-style:none outside none;
	
	z-index:1;
	
}

#headerBar li {
	border-right:1px solid #fff;
	float:left;
	height: 34px;
	padding:0;
	width:auto;
	
}



#headerBar a {
	color:#FFFFFF;
	display:block;
	font-size: 100% !important;
	padding: 0.5em 0.7em 0.3em 0.7em;
	text-decoration:none;
	width:auto;
}

#headerBar li.last {
	border-right: 0;
}


#headerBar li.sale{
	float:right;
	/*height: 30px;*/
	border: 0;
	/**
	 * we need just a bit of padding on the left so the bg img for the <li> shows through
	 *
	padding-left: 50px;
	 */
	
	/*
	 background-image: url(/images/layout/sprite_buttons.png);
	background-position: 0 -223px;
	background-repeat: no-repeat;
	background-color: transparent;
	*/
	
	
}

#headerBar li.sale a{
	margin: 0;
	padding: 0 2px;
	width: 84px;
	height: 34px;
	text-align: center;
	/*
	font-size: 12px !important;
	line-height: 12px !important;
	*/
	
	/*
	background-image: url(/images/layout/sprite_buttons.png);
	background-position: 100% -223px;
	background-repeat: no-repeat;
	*/
	border: 0;
	background-color: #969795;
	background-image: url(/images/layout/header-menu-sale-tag-v2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
}

#headerBar li.sale a span{
	visibility: hidden;
	padding-top: 8px;
}


#headerBar li.sale a:hover{
	color: #dcdcdc;
}



#headerBar2{
	margin: 0 0 5px 0;
	padding: 0;
}

#headerBar2 .breadCrumb{
	float: left;
	margin: 0;
	padding: 0;
}

#headerBar2 .breadCrumb span{
	margin: 0;
	padding: 0 .5em;
}


#headerBar2 .welcomeMsg{
	float: right;
	margin: 0;
	padding: 0;
}

/*
#headerBar2 .freeShipBanner{
	/*clear: both;***
	float: right;
	margin: 0;
	background-color: #a0cd47;
	height: 25px;
	background-image: url(/images/layout/truck_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding: 3px 15px 3px 50px;
	
}

#headerBar2 .freeShipBanner p{
	margin: 0;
	padding: 5px 0 0 0;
}

#headerBar2 .freeShipBanner p a{
	color: #fff;
	text-decoration: none;
}

#headerBar2 .freeShipBanner p a:hover{
	text-decoration: underline;
}
	*/



/*------------------------------------------------------
	END HEADER BAR
------------------------------------------------------*/




/*------------------------------------------------------
	START COLUMNS
------------------------------------------------------*/

#column1{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	
}

#column2{
	float: right;
	/*width: 750px;*/
	margin: 0;
	padding: 0;
	
}

/**
 *this is the width of the column2 div when we are showing 1 column in the layout
 */
#column2.oneColumnWidth{
	/**
	 *yes, saying 100% on a div is not required, we are just trying to be explicit so you know what is intended
	 */
	width: 100%;
}

/**
 *this is the width of the column2 div when we are showing 2 columns in the layout
 */
#column2.twoColumnWidth{
	width: 750px;
}
@media only screen and (max-width: 1025px) {
	#column1{
		width:20%;
	}
	#column2.twoColumnWidth{
		width:78%;
	}
}



/*------------------------------------------------------
	END COLUMNS
------------------------------------------------------*/


/*------------------------------------------------------
	START MAIN MENU
------------------------------------------------------*/

#mainMenu{
	margin: 0;
	padding: 0;
	
	background-color: #e9e9f2;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#mainMenu .menu{
	margin: 0 0 10px 0;
}



#mainMenu h3{
	margin: 0 0 0em 0;
	padding: .5em .5em .3em .5em;
	background-color: #8a61ad;
	color: #fff;
	font-size: .9em;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#mainMenu ul{
	margin: 0 0 0em 0px;
	padding: 0em 0em;
	list-style-type: none;
	/*background-color: #dee2db;*/
}

#mainMenu ul ul{
	margin: 0 0 0em 15%;
	
}

#mainMenu li{
	margin: 0 0 0em 0;
	padding: 0;
}

#mainMenu li a{
	display: block;
	margin: 0 0 0em 0;
	padding: .2em .5em .2em .7em;
	color: #015a67;
	text-decoration: none;
	line-height: 1.2em;
}

#mainMenu li a:hover{
	background-color: #f5f7f4;
}



/*------------------------------------------------------
	END MAIN MENU
------------------------------------------------------*/



/*------------------------------------------------------
	START FOOTER
------------------------------------------------------*/

#footer{
	margin: 0;
	padding: 0;
	
}


#footerBar{
	margin: 0;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #C4C4C4;
	height: 30px;
}



#searchFormFooter ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#searchFormFooter ul li{
	float: left;
	height: 20px;
	margin: 0 5px;
	padding: 0;
}

#searchFormFooter li.submit{
	/**
	 * we need just a bit of padding on the left so the bg img for the <li> shows through
	 */
	padding-left: 5px;
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 0 -163px;
	background-repeat: no-repeat;
}

#searchFormFooter li.input input{
	width:150px;
}


#searchFormFooter li.submit input{
	margin: 0;
	padding: 0 15px;
	height: 20px;
	/*background-color: #484A47;*/
	text-align: center;
	color: #fff;
	font-size: 12px !important;
	line-height: 12px !important;
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 100% -163px;
	background-repeat: no-repeat;
	border: 0;
	background-color: #fff;

}

#searchFormFooter li.submit input:hover{
	color: #dcdcdc;
	cursor: pointer;
}


#signupFormFooter ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#signupFormFooter ul li{
	float: right;
	height: 20px;
	margin: 0 5px;
	padding: 0;
}


#signupFormFooter li.input input{
	width:150px;
}

#signupFormFooter li.submit{
	/**
	 * we need just a bit of padding on the left so the bg img for the <li> shows through
	 */
	padding-left: 5px;
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 0 -163px;
	background-repeat: no-repeat;
}



#signupFormFooter li.submit input{
	margin: 0;
	padding: 0 15px;
	height: 20px;
	/*background-color: #484A47;*/
	text-align: center;
	color: #fff;
	font-size: 12px !important;
	line-height: 12px !important;
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 100% -163px;
	background-repeat: no-repeat;
	border: 0;
	background-color: #fff;
	
}

#signupFormFooter li.submit input:hover{
	color: #dcdcdc;
	cursor: pointer;
}








#footerLinksDiv{
	margin: 3px;
	padding: 10px 3px;
	border-width: 1px 1px 0px 1px;
	border-color: #dee2db;
	border-style: solid;
}

#footerLinks{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

#footerLinks .footer-column{
	padding: .5em 1em;
	float:left;
	/*width: 25%; should probably do this for desktops.... */
	width: 125px;
	vertical-align: top;
	border-left: 1px dotted #708e4a;
}

#footerLinks .footer-column.first{
	border-left: 0px;
}


#footerLinks .footer-column div{
	margin: 0 auto;
	padding: 0;
	width: 70%;
}

#footerLinks h6{
	margin: 0 0 .7em 0;
	padding: 0;
	color: #1e75b7;
	font-size: 1em;
}

#footerLinks ul{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}


#copyright{
	margin: 1em 0;
}

#copyright p{
	text-align: center;
	color: #1e75b7;
}

/*------------------------------------------------------
	END FOOTER
------------------------------------------------------*/


/*------------------------------------------------------
	START HOME PAGE
------------------------------------------------------*/

#homePageDiv{
	margin: 0;
	padding: 0;
}

#featuredSlot1{
	margin: 0 0 10px 0;
	position: relative;
}
@media only screen and (min-width: 1000px) {
	#featuredSlot1 .text {
		width:235px;
	}
}
@media only screen and (max-width: 650px) {
	/* hide featured slot 1 and social media on mobile devices */
	#featuredSlot1 {
		display:none;
	}
	#connectWithUsDiv {
		display:none;
	}
}

#featuredSlot2{
	width: 48%;
	float: left;
	margin: 0 0 0px 0;
	padding: 0;
	padding-top:10px;
}

#featuredSlot2  .featuredSlotContent .image {
	width:200px;
}
#featuredSlot2  .featuredSlotContent .text {
	width:123px;
	padding-top:42px !important;
	padding-bottom:42px !important;
}
#featuredSlot3  .featuredSlotContent .image {
	width:150px;
}
#featuredSlot3  .featuredSlotContent .text {
	width:175px;
}

#featuredSlot3{
	width: 48%;
	float: right;
	margin: 0 0 0px 0;
	padding: 0;
	padding-top:10px;
}

#homePageDiv .featuredSlotContent{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#homePageDiv .featuredSlotContent div{
	padding: 0;
	vertical-align: middle;
}

#homePageDiv .featuredSlotContent div.image{
	float:left;
	padding: 0 0px 0 0;
}

#homePageDiv #featuredSlot1 .featuredSlotContent div.image{
	width: 480px;
}

#homePageDiv .featuredSlotContent div.image img{
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#homePageDiv .featuredSlotContent div.text{
	padding: 10px 15px 10px 20px;
	background-color: #e9e9f2;
	color: #2a6972;
	float: left;
}

#homePageDiv .featuredSlotContent div.text h4{
	margin:  0 0 .5em 0;
	padding: 0px;
	/*font-size: 1.3em;*/
}

#homePageDiv .featuredSlotContent div.text h4 a{
	text-decoration: none;
	color: #2a6972;
}


#homePageDiv .featuredSlotContent div.text .link a{
	display: block;
	margin: .6em 0;
	padding: .3em .3em .3em .6em;
	color: #fff;
	text-decoration: none;
	background-color: #713b9e;
	
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#homePageDiv .featuredSlotContent div.text .link a:hover{
	text-decoration: underline;
	background-color: #8da26f;
}


#featuredSlot1 .slotNav{
	position: absolute;
	top: 225px;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#featuredSlot1 .slotNav li{
	float: left;
	margin: 0 7px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 10px !important;
	line-height: 10px !important;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#featuredSlot1 .slotNav li a{
	text-decoration: none;
	/*color: #333;*/
	color: #aaa;
}

#featuredSlot1 .slotNav li a:hover{
	color: #666;
}

#featuredSlot1 .slotNav li a.current{
	font-weight: bold;
	color: #000;
}





#homePageDiv #productTabs{
	position: relative;
	margin: 10px 0 10px 0;
	padding: 4px;
	
	/*border: 1px solid #358d39;*/
}


/* root element for tabs  */
#productTabs ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border:none;
	/*
	border-bottom:1px solid #bbb;
	*/
}

/* single tab */
#productTabs ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab */
#productTabs ul.tabs a { 
	float:left;
	font-size: 13px;
	font-weight: bold;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #bbb;	
	border-bottom:0px;
	height:18px;
	background-color:#8a61ad;
	color:#fff;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	/*
	-moz-border-radius:4px 4px 0 0;
	*/
}

/**
 *2011-5-24
 *turned off for the home page because we only have one tab
 
#productTabs ul.tabs a:hover {
	background-color:#c8d2e4;
	color:#333;
}
*/
	
/* selected tab */
#productTabs ul.tabs a.current {
	background-color:#1e75b7;
	border-bottom:1px solid #ddd;	
	color:#fff;
	cursor:default;
}

	
/* tab pane */
#productTabs div.panes{
	margin: 5px 0 0 0;
	padding: 0px 0 0 0;
	/*background-color: aqua;*/
	border-top: 0px solid #358d39;
}

#productTabs div.panes div.pane{
	display:none;
	margin: 5px 0 0 0;
	padding: 0;
}




/*#productTabs .grid{*/
.grid{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

.grid .grid-item{
	padding: 0;
	width: 25%;
	vertical-align: top;
	
	/*background-color: coral;*/
}

.grid .grid-item .item{
	margin: 0 auto 5px auto;
	padding: 5px;
	/*width: 90%;*/
	border: 1px solid #358d39;
}



.grid .grid-item .item p{
	width: 90%;
	margin: 0 auto .2em auto;
}

.grid .grid-item .item .topSection{
	margin: 0;
	padding: 0;
	min-height: 260px;
}

.grid .grid-item .item .itemName{
	font-weight: bold;
}


.grid .grid-item .item .buyBtn{
	margin: 10px auto;
	width: 60%;
	background-color: coral;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.grid .grid-item .item .imageLink{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: 170px;
	border: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.grid .grid-item .item .listPrice{
	/*
	margin: 0 0 .2em 0;
	padding: 0;
	*/
}

.grid .grid-item .item .listPrice span{
	text-decoration: line-through;
}

.grid .grid-item .item .yourPrice{
	/*
	margin: 0 0 .2em 0;
	padding: 0;
	*/
	font-weight: bold;
	font-size: 1em;
	color: #f80510;
}




.gridVertical .item{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #aaa;
}

.gridVertical .item .leftSection{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	
}



.gridVertical .item .imageLink{
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
	border: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.gridVertical .item .rightSection{
	margin: 0 0px 0 0;
	padding: 20px 0 0 0;
	text-align: right;
	
}

.gridVertical .item .itemName{
	font-weight: bold;
}

.gridVertical .item .listPrice span{
	text-decoration: line-through;
}

.gridVertical .item .yourPrice{
	font-weight: bold;
	
	color: #f80510;
}





/*------------------------------------------------------
	END HOME PAGE
------------------------------------------------------*/



.simple_overlay{
	display: none;
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: #fff;
	padding: 0px;
	width: 80%;	
	max-width:500px;
	min-height: 200px;
	border: 5px solid #999;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close{
	/* place overlay close on top of other elements */
	z-index:100000;
	background-image:url(/images/layout/overlay_close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}





/*------------------------------------------------------
	START PRODUCT PAGE
------------------------------------------------------*/

#productPageDiv{
	margin: 0;
}

#productPageDiv #topSection .prodImageMain{
	float: left;
	margin: 0;
	padding: 0;
}

#productPageDiv #topSection .prodImageMain div.panes{
	margin: 0 0 10px 0;
	padding: 0;
}

#productPageDiv #topSection .prodImageMain div.panes img{
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #DEE2DB;
}

#productPageDiv #topSection .prodImageMain .tabs{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#productPageDiv #topSection .prodImageMain .tabs li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#productPageDiv #topSection .prodImageMain .tabs a img{
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #DEE2DB;
}


#productPageDiv #topSection .prodData{
	float: left;
	/*width: 320px;*/
	margin: 0;
	padding: 0;
}

#productPageDiv #topSection  .prodData h3{
	margin: 0 0 .3em 0;
	padding: 0;
}

#productPageDiv #topSection  .prodData .inStock{
	font-weight: bold;
	font-size: 1em;
}


#productPageDiv #topSection .socialButtonTable{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#productPageDiv #topSection .socialButtonTable td.socialButtonTd{
	padding: 0 7px 0 0;
	vertical-align: middle;
}




#productPageDiv #topSection  .pricingArea ul{
	margin: 1em 0 .5em 0;
	padding: 0 0 1em 0;
	list-style-type: none;
	border-bottom: 1px solid #DEE2DB;
}

#productPageDiv #topSection  .pricingArea li{
	margin: 0 0 .5em 0;
	padding: 0;
	clear: both;
	border: 1px solid transparent;
}

#productPageDiv #topSection  .pricingArea li .priceLeft{
	float: left;
	margin: 0 0 0em 0;
	padding: 0;
}

#productPageDiv #topSection  .pricingArea li .priceRight{
	float: right;
	margin: 0 0 0em 0;
	padding: 0;
}


#productPageDiv #topSection  .pricingArea li .priceOld{
	text-decoration: line-through;
}

#productPageDiv #topSection  .pricingArea li .priceSale{
	font-weight: bold;
}

#productPageDiv #topSection  .pricingArea li .priceTotal{
	font-weight: bold;
	font-size: 1.2em;
}



#productPageDiv #topSection .optionArea{
	margin: 20px 0 20px 0;
}

#productPageDiv #topSection .optionArea dl{
	margin: 0 0 5px 0;
}

#productPageDiv #topSection .optionArea dt{
	display: inline-block;
	margin: 0;
	width: 20%;
}

#productPageDiv #topSection .optionArea dd{
	display: inline-block;
	margin: 0;
}




.addToCartBtnBox{
	margin: 0;
	height: 30px;
}

.addToCartBtnBox ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.addToCartBtnBox li{
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
}

.addToCartBtnBox li.text{
	margin: 0;
	padding: 5px 10px 0 0;
	font-weight: bold;
}

.addToCartBtnBox li.input{
	margin: 0;
	padding: 5px 20px 0 0;
	width: 35px;
}

.addToCartBtnBox li.input input{
	margin: 0;
	padding: 0;
	width: 100%;
}


.addToCartBtnBox li.submit{
	/**
	 * we need just a bit of padding on the left so the bg img for the <li> shows through
	 */
	padding-left: 5px;
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 0 -93px;
	background-repeat: no-repeat;
}



.addToCartBtnBox li.submit input{
	margin: 0;
	padding: 0 35px;
	height: 28px;
	/*background-color: #484A47;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px !important;
	line-height: 15px !important;
	background-image: url(/images/layout/sprite_buttons-v2.png);
	background-position: 100% -93px;
	background-repeat: no-repeat;
	border: 0;
	background-color: #fff;
}

.addToCartBtnBox li.submit input:hover{
	/*background-color: #DEE2DB;*/
	/*color: #484A47;*/
	color: #dcdcdc;
	/*background-position: 100% -122px;*/
	cursor: pointer;
}


#productPageDiv #addToCartFeedback{
	background-image: url(/images/layout/ajax-indicator.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#productPageDiv #addToCartFeedback h4{
	margin: 0 0 .5em 0;
	padding: .5em;
	background-color: #484a47;
	color: #fff;
}

#productPageDiv #addToCartFeedback .content{
	margin: 0;
	padding: 1em;
	
}

#productPageDiv #addToCartFeedback .content h5{
	margin: 0 0 .5em 0;
	padding: 0;
}

#productPageDiv #addToCartFeedback .content .cartSummary{
	margin: 1em 0;
	padding: .5em 1em;
	background-color: #eee;
	color: #f00;
	text-align: center;
	font-weight: bold;
}





#productDetails{
	margin: 30px 0 0 0;
	padding:0;
}

#productDetails .productDetailsSection{
	margin: 0 0 30px 0;
	padding: 0;
}

#productDetails .productDetailsSection h4{
	margin: 30px 0 10px 0;
	padding: 15px 0 0 0;
	border-top: 1px dotted #aaa;
}


/* root element for tabs  */
#productDetails ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #bbb;	 	
}

/* single tab */
#productDetails ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab */
#productDetails ul.tabs a { 
	float:left;
	font-size: 13px;
	font-weight: bold;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #bbb;	
	border-bottom:0px;
	height:18px;
	background-color: #8a61ad;
	color:#fff;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	/*
	-moz-border-radius:4px 4px 0 0;
	*/
}

#productDetails ul.tabs a:hover {
	background-color:#C8D2E4;
	color:#333;
}
	
/* selected tab */
#productDetails ul.tabs a.current {
	background-color:#1E75B7;
	border-bottom:1px solid #ddd;	
	color:#fff;	
	cursor:default;
}

	
/* tab pane */
#productDetails div.panes div.pane{
	display:none;
	margin: 5px 0 0 0;
	padding: 10px;
}

#productDetails .dimensionsTable{
	width: 98%;
	margin: 0;
	padding: 0;
}

#productDetails .dimensionsTable th{
	padding: .5em 1em;
	vertical-align: top;
	background-color: #eee;
	color: #000;
	text-align: left;
}

#productDetails .dimensionsTable td{
	padding: .5em 1em;
	vertical-align: top;
}



/*------------------------------------------------------
	END PRODUCT PAGE
------------------------------------------------------*/


/*------------------------------------------------------
	START CATEGORY PAGE
------------------------------------------------------*/

.catPageMainHeader{
	margin: 0 0 .5em 0;
	padding: 0;
}


.catPageMainHeader h3{
	margin: 0 0 0em 0;
	padding: 0;
}

.childCatSection{
	margin: 0 0 1.5em 0;
}

.childCatSection h4{
	margin: 0 0 .5em 0;
	padding: .3em;
	background-color: #DEE2DB;
}

.childCatSection table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.childCatSection table td{
	width: 25%;
	padding: 0;
	vertical-align: top;
}

.childCatSection table td img{
	display: block;
	margin: 0 0 .3em 0;
	padding: 0;
	border: 0;
}



.childCatSection h6{
	margin: 0 0 2em 0;
	padding: 0;
	font-size: 1em;
}


/*------------------------------------------------------
	END CATEGORY PAGE
------------------------------------------------------*/



/*------------------------------------------------------
	START BRAND PAGE
------------------------------------------------------*/

.brandPageMainHeader{
	margin: 0 0 .5em 0;
	padding: 0;
}


.brandPageMainHeader h3{
	margin: 0 0 0em 0;
	padding: 0;
}

/*------------------------------------------------------
	START BRAND PAGE
------------------------------------------------------*/



/*------------------------------------------------------
	START ALL BRANDS PAGE
------------------------------------------------------*/

#allBrandsPageDiv #featuredBrandDiv{
	margin: 0 0 3em 0;
	height: 125px;
	/*background-color: yellow;*/
}




.infiniteCarousel {
  width: 730px;
  margin: 0 auto;
  position: relative;
  /*border: 3px solid blue;*/
}

.infiniteCarousel .wrapper {
  width: 660px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;	/* this is somewhat arbitrailily tall. extends way below content. but the content does not interfere with anything */
  margin: 0 34px;
  position: absolute;
  top: 0px;
  /*background-color: aqua;*/
  /*
  border-width: 0 3px;
  border-color: red;
  border-style: solid;*/
}


.infiniteCarousel ul a img {
	border: 0;
	/*
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	*/
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  margin: 0;
  padding: 10px;
  height: 105px;
  width: 200px;
  /*background-color: #eee;*/
  /*border: 1px solid coral;*/
}

.infiniteCarousel ul li a img {
  display:block;
  border: 1px solid #ddd;
}


.infiniteCarousel .arrow {
  display: block;
  height: 40px;
  width: 25px;
  background: url(/images/carousel_arrows.png) no-repeat 0px 0px;
  text-indent: -9000px;
  position: absolute;
  top: 40px;
  cursor: pointer;
  /*border: 1px solid blue;*/
  /*background-color: black;*/
}

.infiniteCarousel .forward {
  background-position: 3px -232px;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0px -290px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 3px -112px;
}

.infiniteCarousel .back:hover {
  background-position: 0px -176px;
}







#allBrandsPageDiv .brandListColumn{
	float: left;
	width: 30%;
	margin: 0 10px 0 0;
}

#allBrandsPageDiv .brandListNav{
	margin: 0em 0 2em 0;
}

#allBrandsPageDiv .brandListNav ul{
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#allBrandsPageDiv .brandListNav li{
	/*float: left;*/
	display: inline;
	margin: 0 1em 1em 0;
	font-weight: bold;
}


#allBrandsPageDiv .brandListColumn h5{
	margin: 0 0px .5em 0;
}

#allBrandsPageDiv .brandListColumn ul{
	margin: 0 0px 2em 0;
	list-style-type: none;
}

/*------------------------------------------------------
	END ALL BRANDS PAGE
------------------------------------------------------*/


/*------------------------------------------------------
	START ALL DESIGNERS PAGE
------------------------------------------------------*/

#designerPageDiv .brandListNav{
	margin: 0em 0 2em 0;
}

#designerPageDiv .brandListNav ul{
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#designerPageDiv .brandListNav li{
	/*float: left;*/
	display: inline;
	margin: 0 1em 1em 0;
	font-weight: bold;
}


#designerPageDiv .brandListColumn{
	float: left;
	width: 40%;
	margin: 0 5% 0 0;
}

#designerPageDiv .brandListColumn h5{
	margin: 0 0px .5em 0;
}

#designerPageDiv .brandListColumn ul{
	list-style-type: none;
}

#designerPageDiv .brandListColumn li{
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #ccc;
}

#designerPageDiv .brandListColumn li a{
	position: relative;
	display: block;
	margin: 0;
	padding: 3px;
	text-decoration:none;
}

#designerPageDiv .brandListColumn li a img{
	position: relative;
	top: 10px;
	margin: 0 5px 0 0;
	border: 0;
}

#designerPageDiv .brandListColumn li a:hover{
	color: #000;
	background-color: #eee;
}






/*------------------------------------------------------
	END ALL DESIGNERS PAGE
------------------------------------------------------*/


/*------------------------------------------------------
	START CART PAGE
------------------------------------------------------*/

#cartPageDiv{
	margin: 0 0 6em 0;
	padding: 0;
	
}

#cartPageDiv h3{
	margin: 0 0 .3em 0;
	padding: 0;
}

.checkoutNav{
	margin: 0 0 0 0em;
	padding: 0;
	height: 35px;
	list-style-type: none;
}

.checkoutNav li{
	float: right;
	margin: 0 0 0 1em;
	padding: 0px 0 0 0;
	height:28px;
}

.checkoutNav li.contShopping{
	padding: 4px 0 0 0;
}

.checkoutNav li.checkoutBtn{
	background-image:url("/images/layout/sprite_buttons-v2.png");
	background-position:0 -93px;
	background-repeat:no-repeat;
	padding-left:5px;
}

.checkoutNav li.checkoutBtn a
{
	display: block;
	margin: 0;
	padding: 4px 20px 0 20px;
	background-color:#fff;
	background-image:url("/images/layout/sprite_buttons-v2.png");
	background-position:100% -93px;
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	height: 25px;
	text-decoration: none;
	text-align:center;
}

.checkoutNav li.checkoutBtn a:hover{
	color: #dcdcdc;
}

.checkoutNav li.checkoutBtn input[type=submit]
{
	display: block;
	margin: 0;
	padding: 0px 20px 0 20px;
	
	background-image:url("/images/layout/sprite_buttons-v2.png");
	background-position:100% -93px;
	background-repeat:no-repeat;
	border:0 none;
	color:#fff;
	background-color: #fff;
	font-weight:bold;
	height: 28px;
	text-decoration: none;
	text-align:center;
}


.checkoutNav li.checkoutBtn input[type=submit]:hover
{
	color: #dcdcdc;
}



table.cartTable{
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

table.cartTable th{
	padding: .3em;
	text-align: left;
	border: 1px dotted #999;
}

table.cartTable td{
	padding: .3em;
	border: 1px dotted #999;
	vertical-align: top;
}

table.cartTable h5{
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1em;
}



.cartShippingEstimate{
	/*
	float: left;
	width: 45%;
	*/
	margin: 10px 0 10px 0;
	border-collapse: collapse;

}

.cartShippingEstimate h5{
	margin: 0 0 .5em 0;
}

.cartShippingEstimate div{
	margin: 0 0 .3em 0;
	padding: 0 0 0 0em;
	/*border: 2px solid red;*/
}

.cartShippingEstimate label{
	float: left;
	width: 40%;
	text-align: right;
	padding: 0 1em 0 0;
	font-size: .8em;
	/*background-color: yellow;*/
}




.cartPromoCodeEntry{
	/*
	float: left;
	clear: left;
	width: 45%;
	*/
	margin: 30px 0 10px 0;
	border-collapse: collapse;

}

.cartPromoCodeEntry h5{
	margin: 0 0 .5em 0;
}

.cartPromoCodeEntry div{
	margin: 0 0 .3em 0;
	padding: 0 0 0 0em;
	/*border: 2px solid red;*/
}

.cartPromoCodeEntry label{
	float: left;
	width: 40%;
	text-align: right;
	padding: 0 1em 0 0;
	font-size: .8em;
	/*background-color: yellow;*/
}




table.cartTotals{
	float: right;
	width: 45%;
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border: 2px solid #666;
	/*background-color: coral;*/
}

table.cartTotals td{
	padding: .5em .3em;
}


/*------------------------------------------------------
	END CART PAGE
------------------------------------------------------*/





/*================================================================
 START BILL/SHIP PAGE
================================================================*/


#billShipInfoPageDiv h3{
	margin: 0 0 .3em 0;
	padding: 0;
}

#billShipInfoPageDiv #custInfo{
	margin: 0 0 3em 0;
}



.checkoutTable{
	width: 100%;
	margin: 0 0 1em 0;
	border-collapse: collapse;
}


.lineItemData
{
margin: 0 auto 2em auto;
border-collapse: collapse;
width: 80%;
}

.lineItemData th
{
border: 1px solid #000;
}

.lineItemData td
{
padding: .5em 1em;
border: 1px solid #000;
}




table.tableData
{
	margin: 0;
	padding: 0;
}

table.tableData tr
{
	background-color: #fff;
}

table.tableData tr.rowColor
{
	background-color: #dedede;
}

table.tableData td.cellColor
{
	background-color: #dedede;
}

table.tableData th
{
	background-color:#c5058b;
	color:#fff;
	padding: .3em;
/*	border-color: #000;
	border-width: 1px;
	border-style: solid;	*/
}

table.tableData th a
{
	color:#fff;
}

table.tableData td
{
	padding: .3em .75em;
/*	border-color: #000;
	border-width: 1px;
	border-style: solid;	*/
}



/*================================================================
 END BILL/SHIP PAGE
================================================================*/





/*================================================================
 START PAYMENT PAGE
================================================================*/


#paymentPageDiv h3{
	margin: 0 0 .3em 0;
	padding: 0;
}

#paymentPageDiv .cartTable{
	margin: 0 0 1em 0;
	padding: 0;
}

/*================================================================
 END PAYMENT PAGE
================================================================*/




/*================================================================
 START SHIPPING RATE TABLE
================================================================*/

/*
 specific css for the ship info page
*/
#shipInfoPageShippingRateDiv{
	width: 50%;
	margin: 0 auto;
}


/*
 generic css for the table
*/
.shippingRateDiv h5{
	margin: 0 0 .5em 0;
}

.shippingRateTable{
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
	border-collapse: collapse;
}

.shippingRateTable th{
	width: 50%;
	padding: .2em .5em;
	border: 1px solid #aaa;
}

.shippingRateTable td{
	padding: .2em .5em;
	border: 1px solid #aaa;
	text-align: center;
}

/*================================================================
 END SHIPPING RATE TABLE
================================================================*/


.registerPublishSteps{
	display: inline;
	margin: 1em 0;
	padding: 8px 15px;
	background-color: #ccc;
	color: #999;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


.registerPublishSteps ol{
	display: inline;
	margin: 0;
	padding: 0px;
	font-size: 1em;
	
}

.registerPublishSteps li{
	display: inline-block;
	margin: 0 0px;
	padding: 0px 20px;
	border-right: 1px solid #999;
}

.registerPublishSteps li.last{
	border: 0;
}

.registerPublishSteps li.current{
	color: #000;
}





/*================================================================
	START DESIGNER SECTION
================================================================*/


.designerLeftMenu{
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0;
	background-color: #E9E9F2;
}

.designerLeftMenu ul{
	margin: 0 0 0em 0px;
	padding: 0em 0em;
	list-style-type: none;
	/*background-color: #dee2db;*/
}

.designerLeftMenu ul ul{
	margin: 0 0 .7em 15%;
	
}

.designerLeftMenu li{
	margin: 0 0 0em 0;
	padding: 0;
}

.designerLeftMenu li a{
	display: block;
	margin: 0 0 0em 0;
	padding: .2em .5em .2em .7em;
	color: #015a67;
	text-decoration: none;
	line-height: 1.2em;
}

.designerLeftMenu li a:hover{
	background-color: #f5f7f4;
}




.designerMainContent{
	margin: 0 0 0 250px;
	padding: 0;
}




#designerLoginPageDiv{
	margin: 5px 20px 20px 20px;
	
}





#designerLoginPageDiv .required{
	color: #999;
}

#designerLoginPageDiv .formfieldDiv .required{
	margin: 0 .3em 0 0;
}



#designerLoginPageDiv .formfieldDiv{
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

#designerLoginPageDiv .formElementFeedback{
	display: block;
	margin: 5px 20px 15px 0;
	padding: 0;
	text-align: right;
	color: #f00;
	font-style: oblique;
}


#designerLoginPageDiv label{
	display: block;
	margin: 0 0 .3em 0;
	padding: 0 5px 0 15px;
	text-align: left;
	font-size: .9em;
}

#designerLoginPageDiv .formfieldWrapper{
	margin: 0 0 0px 0;
	padding: 8px;
	border: 1px solid #677171;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#designerLoginPageDiv .formfieldWrapper input{
	margin: 0 0 0px 0;
	padding: 0px;
	border: 0;
	width: 100%;
}




#designerLoginPageDiv .column1{
	float: left;
	width: 55%;
	margin: 0;
	padding: 0px;
}

#designerLoginPageDiv .column1 .formfieldDiv{
	width: 70%;
}



#designerLoginPageDiv .column2{
	float: right;
	width: 35%;
	margin: 0;
	padding: 15px;
	border: 1px dotted #677171;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#designerLoginPageDiv .column2 h3{
	margin: 0 0 1em 0;
}


#designerLoginPageDiv #forgotPasswordSection .loginFormLink{
	float: right;
}




.notifyNewDesignerContent{
	margin: 0;
	padding: 10px;
}




.designerMainContent .editProductSection{
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #999;
}

.designerMainContent .editProductSection h4{
	float: left;
	width: 20px;
	margin: 0 20px 0 0;
	padding: 10px;
	color: #fff;
	background-color: #7F0341;
	text-align: center;
	
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.designerMainContent .editProductSection .editProductSectionColumn{
	float: left;
	width: 40%;
	margin: 0 20px 0 0;
	padding: 0px;
}

.designerMainContent .editProductSection .editProductSectionColumn h5{
	margin: 0 0 1em 0;
	padding: 0px;
	
}

.designerMainContent .editProductSection .editProductSectionColumn input[type=text]{
	width: 90%;
	margin: 0;
}


.designerMainContent .editProductSection .editProductSectionColumn textarea
{
	width: 90%;
	height: 200px;
	margin: 0;
	font-size: .8em;
}


.designerMainContent .editProductSection .editProductSectionColumn label{
	display: block;
	margin: 0 0 0 0;
	padding: 0px;
	font-size: .8em;
}


.designerMainContent .editProductSection .editProductSectionColumn .image{
	margin: 10px 0;
}







.designerMainContent .submitBtnDiv{
	margin: 0;
	padding: 0 0 0 60px;
}

.designerMainContent .submitBtnDiv input{
	margin: 0 2em 0 0;
	width: 10em;
}



#designerProductListPageDiv .dashboardProductListItem{
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 2px dotted #999;
	min-height: 100px;
}

#designerProductListPageDiv .dashboardProductListItem .image{ 
	float: left;
	margin: 0 15px 0 0;
}

#designerProductListPageDiv .dashboardProductListItem .column{
	float: left;
	margin: 0 15px 0 0;
	padding: 0px;
}


#designerProductListPageDiv .dashboardProductListItem .productData{
	width: 40%;
}

#designerProductListPageDiv .dashboardProductListItem .actionLinks{
	border-left: 1px solid #333;
}

#designerProductListPageDiv .dashboardProductListItem .actionLinks ul{
	list-style-type: none;
}

#designerProductListPageDiv .dashboardProductListItem .actionLinks li{
	margin: 0;
	padding: 0px;
}

#designerProductListPageDiv .dashboardProductListItem .actionLinks a{
	display: block;
	margin: 0;
	padding: 2px 5px;
}

#designerProductListPageDiv .dashboardProductListItem .actionLinks a:hover{
	background-color: #ddd;
}

#designerProductListPageDiv .dashboardProductListItem .column dl{
	margin: 0 0 1em 0;
	padding: 0px;
}

#designerProductListPageDiv .dashboardProductListItem .column dt{
	float: left;
	margin: 0 0 1em 0;
	padding: 0px;
	font-weight: bold;
}

#designerProductListPageDiv .dashboardProductListItem .column dd{
	margin: 0 0 1em 5em;
	padding: 0px;
}






#designerEditProductPageDiv .formElementFeedback{
	display: block;
	margin: 5px 20px 15px 0;
	padding: 0;
	text-align: right;
	color: #f00;
	font-style: oblique;
}


ul li.good{
	list-style-image: url(/images/layout/icon_check.png);
}

ul li.bad{
	color: #f00;
	list-style-image: url(/images/layout/icon_x-mark.png);
}


/*
#designerUploadPageDiv .legalButtons{
	margin: 2em 0;
	text-align: center;
}

#designerUploadPageDiv .legalButtons input{
	margin: 0 1em;
}
*/



#designerProfilePageDiv{
	
	
}



#designerProfilePageDiv .column1{
	float: left;
	width: 45%;
	margin: 0;
	padding: 0px;
}

#designerProfilePageDiv .column1 .formfieldDiv{
	width: 100%;
}



#designerProfilePageDiv .required{
	color: #999;
}

#designerProfilePageDiv .formfieldDiv .required{
	margin: 0 .3em 0 0;
}



#designerProfilePageDiv .formfieldDiv{
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}


#designerProfilePageDiv label{
	display: block;
	margin: 0 0 .3em 0;
	padding: 0 5px 0 15px;
	text-align: left;
	font-size: .9em;
}

#designerProfilePageDiv .formfieldWrapper{
	margin: 0 0 0px 0;
	padding: 8px;
	border: 1px solid #677171;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#designerProfilePageDiv .formfieldWrapper input{
	margin: 0 0 0px 0;
	padding: 0px;
	border: 0;
	width: 100%;
}




#designerProfilePageDiv .column2{
	float: right;
	width: 45%;
	margin: 45px 0 0 0;
	padding: 15px;
	border: 1px dotted #677171;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}



#designerProfilePageDiv .formElementFeedback{
	display: block;
	margin: 5px 20px 15px 0;
	padding: 0;
	text-align: right;
	color: #f00;
	font-style: oblique;
}







#designerOrdersPageDiv .salesOrderReportDiv table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#designerOrdersPageDiv .salesOrderReportDiv table th{
	padding: 2px 8px;
	border: 1px solid #000;
	background-color: #ccc;
	color: #000;
}

#designerOrdersPageDiv .salesOrderReportDiv table td{
	padding: 2px 8px;
	border: 1px solid #000;
}


/*================================================================
	END DESIGNER SECTION
================================================================*/




/*======================================================================
	START TABBED CONTENT CSS
======================================================================*/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 0 10px 0 !important; 
	padding:0;
	height:32px;
	border-bottom:1px solid #666;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 3px 0 0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	/*background: url(/images/main_layout/jquery.tools.tabs/tabs.png) no-repeat -652px 0;*/
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	/*width: 111px;*/
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px 15px;
	margin:0px;	
	position:relative;
	top:1px;
    background-color: #eee;
    border: 1px solid #666;
}

ul.tabs a,
ul.tabs a:active{
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover{
	/*background-position: -652px -31px;	*/
	color:#fff;
    background-color: #aaa;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs li.current a{
	/*background-position: -652px -62px;		*/
	cursor:default !important; 
	color:#000 !important;
    background-color: #aaa;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}

/*
ul.tabs a.unsavedChanges{
    color: #f00;
    font-weight: bold;
}
*/


/*======================================================================
	END TABBED CONTENT CSS
======================================================================*/



#connectWithUsDiv{
    position: fixed;
    top: 20px;
    right: -17px;
    margin: 0;
    padding: 10px 0 10px 10px;

    z-index: 99999;
    /*
    -webkit-box-shadow: -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    box-shadow:         -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    
    background-color: hsla(272, 32%, 53%, 0.2);
    */
}

#connectWithUsDiv:hover{
    right: 1px;
    /*background-color:hsla(272, 32%, 53%, 0.6);*/
    /*
    -webkit-box-shadow: -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    box-shadow:         -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    */
}

#connectWithUsDiv ul{
    margin: 0;
    padding: 3px 3px 3px 3px;
    list-style-type: none;
    /*background-color:hsl(272, 32%, 53%);*/
}

#connectWithUsDiv ul:hover{
    background-color: hsla(272, 32%, 53%, 0.45);
    -webkit-box-shadow: -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
    box-shadow:         -5px 0px 7px 0px rgba(100, 100, 100, 0.75);
}



#connectWithUsDiv ul li{
    margin: 0;
    padding: 0;
    
    /*background-color: #e9e9f2;*/
}

#connectWithUsDiv ul li:hover{
    
}

#connectWithUsDiv ul a{
    display: block;
    margin: 0;
    padding: 0;
}


#connectWithUsDiv ul img{
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 50px;
    height: 44px;
    
    
    background-image: url(/images/layout/social-media-icons-transparent.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 700%;
    
    border-left: 2px solid transparent;
}

#connectWithUsDiv ul img:hover{
    border-left: 2px solid #9e7eb9;
    /*background-color: hsla(272, 32%, 53%, 0.2);*/
}


.menubtn {
	display: none;
}


@media only screen and (max-width: 622px) {
	.menubtn {
	  /* needs positioning for z-index http://stackoverflow.com/a/10600930/477958 */
	  display: block;
	  position: relative; 
	  z-index: 101;
	  color: #274a61;
	  text-decoration: none;
	  font-size: 0em;
	  line-height: 0em;
	  top: 2px;
	  padding: 15px;
	  background-image: url('/images/hamburger.png');
	  background-position: 50% 50%;
	  background-size: 25px 25px;
	  background-repeat: no-repeat;
	}
	.menubtn:hover, .openmenu .menubtn {
	  color: #bdd43e;
	  background-image: url('/images/hamburger-active.png');
	}

	/** toggle menu **/
	body.openmenu {
	  position: fixed;
	  overflow: hidden;
	}
	 
	#pgcontainer {
	  padding: 45px 0;
	  margin: 0;
	}
	 
	.overlay {
	  position: fixed;
	  z-index: 99;
	  background-color: rgba(0,0,0,0.5);
	  bottom: 0;
	  right: 0;
	  left: 0;
	}
	 
	.openmenu .overlay {
	  top: 0;
	}

	#headerBar {
	display:none;
	  height: 100%;
	  width: 0;
	  background: #373737;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 101;
	  overflow: scroll;
	  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
	  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
	  box-shadow: 3px 0 7px rgba(0,0,0,0.55);

	  border-radius:0px;
	}
	#headerBar ul {
	position:none;
	float:none;
	height:auto;

	  margin-top: 45px;
	  z-index: 101;
	  overflow-y: auto;
	  overflow-x: hidden;
	}
	#headerBar ul li {
	height: auto;
	border-right: 0px;
	border-bottom: #ccc 1px solid;
	width:100%;

	  display: block;
	}
	#headerBar ul li a {
	  display: block;
	  min-width: 130px;
	  padding: 18px 8px;
	  color: #cdcdcd;
	  font-size: 1.45em;
	  font-weight: bold;
	  text-decoration: none;
	  text-align: center;
	}
	#headerBar li a:hover {
	  color: #fff;
	  background: #2c2c2c;
	}

	#column1 {
		display:none;
	}
	div#column2.twoColumnWidth {
		width:100%;
	}

}



@media only screen and (max-width: 680px) {
	.mobileClearDiv {
		clear:both;
	}
	#signupFormFooter {
		padding-top:20px;
	}
	#footerBar {
		height:80px;
	}
}

.arrow_box { 
	margin:10px;
	width:20%;
border-radius:4px;
}
.arrow_box { position: relative; background: #9c61ce; border: 4px solid #358d39; } 
.arrow_box:after, .arrow_box:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrow_box:after { border-color: rgba(156, 97, 206, 0); border-right-color: #9c61ce; border-width: 10px; margin-top: -10px; } 
.arrow_box:before { border-color: rgba(53, 141, 57, 0); border-right-color: #358d39; border-width: 16px; margin-top: -16px; }
