/* Theme Name: Copic
Theme URI: http://couldbestudios.com/
Description: Custom Shopify theme
Version: 1.0
Author: couldbe studios
Tags: minimal, white, teal, magenta, modern

 */

*{margin:0;padding:0;}

body{
    font-family: helvetica;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}

a:link {
    color: #42C4E5;
}
a:visited {
    color: #42C4E5;
}
a:active,
a:hover {
    color: #F148D3;
    text-decoration: none;
}

#container-full {
	float: left;
	margin: 0;
	width: 100%;
}

.clearfix:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*	MAIN CONTAINER	*/
#main{
	width: 920px;
	margin: 0 auto;
	height: 100%;
	}


/*	NAVIGATION	*/
	#access .menu-header, div.menu, #colophon, #branding, #main {
	    height: 100%;
	    margin: 0 auto;
	    width: 920px;
	}
	
#access {
	overflow: hidden;
	width: auto;
	float: left;
	margin-top:-29px;
	margin-left:-17px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	width: 100%;
	margin-left: 240px;
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
    position:absolute;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
    postition:absolute;
}
#access .menu-header li,
div.menu li {
    display:block;
	float: left;
	position: relative;
}
#access a {
    border-right: 1px solid #999999;
    color: #42C4E5;
    margin: -6px auto 0;
    overflow: visible;
    padding: 2px 10px 1px;
    text-decoration: none;
/*
color: #42C4E5;
	display: block;
	height: 10px;
	overflow: visible;
	padding: 4px 10px 6px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	margin: -6px auto 0;
*/
}
#access ul ul {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    display: none;
    float: left;
    left: -1px;
    padding: 5px 0 5px 10px;
    position: absolute;
    top: 17px;
    width: 230px;
    z-index: 99999;

/*
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
*/
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 0 none;
    color: #F148D3;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 5px;
    text-transform: capitalize;
    width: 230px;
    
/*
background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
*/
}
#access li:hover > a{
	background: #F148D3;
	color: #fff;
}

#access ul ul :hover > a {
    background: #fff;
    color:#42c4e5;
    }

#access ul li:hover > ul {
    background:none repeat scroll 0 0 #FFFFFF;
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #FFFFFF;
}
#access ul li.current-menu-item a {
	color: #F148D3;
}
#access ul li.current-menu-item a:hover {
	color: #ffffff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #FFFFFF;
}

div.submenu-header {
    display:block;
    height:50px;
    clear:both;
    }
div.submenu-header ul#submenu {
text-transform: uppercase;
margin-left: 15px;
margin-top: 20px;
padding-bottom: 20px;
float: left;
display: block;
}
    
div.submenu-header ul#submenu li {
    display: block;
    float: left;
    margin-left: 3px;
}
    div.submenu-header ul#submenu li.first {
        margin-left:0;
        }

div.submenu-header ul#submenu li a {
    color: #F148D3;
border-right: 0;
font-size: 11px;
font-weight: bold;
}

div.submenu-header ul#submenu li a:hover {
    color: white;
}

ul.mini-nav-collection li a {
background: #42C4E5;
color: white;
height: 10px;
padding: 5px 10px 10px 10px;
margin: 10px 7px 0 0;
text-decoration: none;
float: left;
display: block;
font-size: 11px;
}

ul.mini-nav, ul.mini-nav-collection {
    list-style-type:none;
    display: block;
    float:left;
    width:100%;
    }
    ul.mini-nav li, ul.mini-nav-collection li{
        float:left;
        width:auto;
        }
    ul.mini-nav li a {
        background: #42C4E5;
        color: white;
        height: 10px;
        padding: 2px 5px 10px 5px;
        margin: 5px 7px 0 0;
        text-decoration: none;
        float: left;
        display: block;
        font-size: 10px;
        }
        ul.mini-nav li a:hover, ul.mini-nav-collection li a:hover {
            background:#F148D3;
            }

/* BREADCRUMB TRAIL */
.breadcrumbs{
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 20px;
    display: none;
    }
	
/*	page-upper	*/
	.page-upper{overflow:hidden;padding:10px 0;width:100%;}
    .page-upper a {
        color: white;
        float: left;
        background-color: #42C4E5;
        padding: 5px 10px;
        font-size: 12px;
     }
	.page-upper span,.stripNav ul li{float:left;}
    .page-upper span.current {
        color: white;
        background-color: lightgray;
        padding: 5px 10px;
        font-weight: bolder;
        font-size: 12px;
    }
    .page-upper span.deco{padding: 10px;}
	.page-upper span.page{margin-right:2px;}
	.page-upper span.prev{padding-right:2px;}
	.page-upper ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0 2px;
	}
	.page-upper ul li{float:left;margin:0 2px 0 0;}

/*	PRODUCT PAGE	*/
	.product-block{
	overflow:hidden;
	}
	.description-column{
		float:right;
		width:350px;
		}
		.description-column ul {
			margin-left:15px;
			line-height: 18px;
			
		}
	.description-column p{
		line-height:18px;
		margin:0 0 14px;
		}
	.image-column{
		float:left;
		width:325px;
		}
	.image-column img{
	display:block;
	margin:0 0 16px;
	max-width:284px;
	float:left;
	}
	.product-block .image-column ul li img{
		margin:0;
		float:right;
		}
#product-variants select{
    width:280px;
    }

/* 	SEARCH FORM */
	.search-form{
	display:inline;
	float:right;
	height:25px;
	width:285px;
    margin:10px 0 15px 0;
	}
	.search-form .search-button{
	cursor:pointer;
	}
	.search-form input[type="text"]{
	background: #F9F9F9;
border: 1px solid #CCC;
padding: 2px;
margin: 2px;
width: 215px;
	}
	
/* SHOPPING BAG	*/
.shopping-bag {
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 150px;
text-align:center;
}
	.shopping-bag a{color:#999; text-decoration:none;}
	.shopping-bag a span {
		font-size:36px;
		display:block;
		padding:10px 0;
	}
	.btn-shopping-bag{
	background:url('cart-icon.png') no-repeat;
	float:left;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
	width:50px;
	}


/* RESPONSE MESSAGES  */
div.cf_info{
color:#333;
display:none;
line-height:1.3em;
margin:10px auto;
padding:10px 15px!important;
width:380px;
}
div.cf_info a{
color:red!important;
text-decoration:underline!important;
}
div.cf_info ol{margin:0;padding:5px 15px 0 30px;}
div.cf_info ol li{margin:2px 0;padding:1px 0;}
div.failure{
background:#FFDFDF url('li-err-bg.png') repeat!important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0pt;
display:block;
}
div.success{
background:#F9F9F9 none repeat scroll 0%;
color:#AAAAAA;
display:block;
}
div.waiting{background:#F9F9F9;color:#AAAAAA;display:block;}
dt.error{
background:#FFFBE5;
border:1px solid #FED600;
color:#B30905;
font-weight:bold;
line-height:140%;
padding:3px 5px;
}
fieldset select{
line-height:22px;
list-style:none;
margin:5px 0;
padding:0;
width:320px;
}
.selector-wrapper label {
padding-top: 5px;
font-weight: bold;
}

#price-field
{
color:#green;
font-size: 18px;
display:block;
margin:0 0 10px;
text-transform:uppercase;
}

form,fieldset{border:0;margin:0;padding:0;width:auto;}
h3{
clear:both;
color:#666;
font-size:14px;
margin:30px 0 10px 0;
font-family:Helvetica, Arial, sans-serif;
}
img{border-style:none;}
img{border:0;}
img.captcha{
border:none!important;
float:none!important;
margin:0 0 0 10px!important;
padding:0!important;
vertical-align:text-bottom;
}
img.captcha-reset{
border:none;
height:21px;
margin:0 0 2px 3px;
vertical-align:text-bottom;
width:21px;
}
img.imgcalendar{border:none;}
img.smallleft{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
border-top-width:0;
float:left;
margin:0 16px 16px 0;
width:100px;
}
img.smallright{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
border-top-width:0;
float:right;
margin:0  0 16px 16px;
width:100px;
}
input.cf-box-a{
margin-left:100px;/* check with label 'width' incl. */
}

/*   CHECKBOXES  */
input.cf-box-a,
input.cf-box-b{
background:none!important;
border:none!important;
height:22px;
margin:1px 0 0 0;
width:16px;
}
input.secinput{vertical-align:text-bottom;}
label.cf-after{margin:4px 2px 0pt 6px;text-align:left;width:75px;}
label.cf-after span{display:block;width:75px;}
label.cf-before{margin:4px 10px 0 0;}
label.cf-group-after{margin:4px 0 0 2px;text-align:left;width:60px;}
label.cf-group-after span{display:block;width:60px;}

/* 'visitor verification' related styles              */

label.secq,
label.seccap{margin-bottom:4px;vertical-align:text-bottom;}
ol.cf-ol{margin:0!important;padding:15px 0 0 0!important;}
ol.cf-ol li{
background:none!important;
line-height:1.1em;
list-style:none!important;
margin:5px 0!important;/*some themes may interfere otherwise*/
padding:0;
text-align:left;
}
ol.cf-ol li ul.cf_li_text_err{color:#333;margin:0 0 0 10px;padding:0;}

/*   FORM FIELDS enhanced error display               */

ol.cf-ol li.cf_li_err{
background:#FFDFDF !important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0pt;
margin:5px 0!important;
padding:5px 0!important;
}

/* check box groups                                   */

ol.cf-ol li.cf-box-group{padding:0 0 5px 100px;}

/*   radio button title                               */

ol.cf-ol li.cf-box-title{
color:#888888;
font-size:1em;
letter-spacing:2px;
margin:12px 0pt 0 !important;
padding:0pt 0pt 0pt 100px;
}

/* just for text-only fields (no input)               */

ol.cf-ol li.textonly{
color:#888888;
font-size:1em;
letter-spacing:2px;
margin:12px 0pt !important;
padding:0pt 0pt 0pt 100px;
}
ol.cf-ol ul.cf_li_text_err li{
font-weight:bold;
list-style:none!important;
margin:0 0 2px!important;
padding-left:15px;
text-indent:0;
}
ol.cf-ol ul.cf_li_text_err li:before{content:'';}

/* change formatting of response msgs here            */

p.cf_info{margin:10px 0;text-align:center;}

/*   FORM submit button                               */

p.cf-sb{
margin:0;
padding:0pt 3px 0pt 0pt !important;
text-align:right;
}
p.success{color:green;}

/* formatting for text:"(required)"  & other        */

span.reqtxt,
span.emailreqtxt{
color:#aaa;
display:block;
font-size:0.7em;
line-height:1.2em;
margin:0px 5px 7px 98px;
vertical-align:top;
}
.add-button{
background:#2b2b2b;
color:#aeaeae!important;
display:block;
font-size:11px;
line-height:20px;
overflow:hidden;
padding:0 0 0 30px;
text-transform:uppercase;
width:143px;
}
.add-form{margin:10px 0 0;overflow:hidden;width:100%;}
.banners-nav{
list-style:none;
margin:0 0 0 -20px;
overflow:hidden;
padding:5px 0 0 3px;
width:300px;
}
.banners-nav li{float:left;padding:0 0 0 20px;}
.banners-nav li img,div.mailerr{display:block;}

/* COLLECTIONS */

.collection-block .row{
	margin:0 0 30px -36px;
	overflow:hidden;
	width:702px;
	}
.collection-block .row .block{
display:inline;
float:left;
margin:0 0 0 36px;
width:181px;
}
.collection-block .row .block img{
	display:block;
	margin:0 auto 5px auto; 
	max-width: 188px;
	}
.collection-block .row .block span{
	color:#2e6b01;
	font-weight:bold;
	}
.column{
	float:left;
	margin:-15px 0 56px 0 0;
	width:288px;
	}
.column .box{
	height:1%;
	margin:0 0 24px;
	overflow:hidden;
	}
.column .view-all{
color:#535353;
font-size:14px;
margin:0 0 0 5px;
padding:0 22px 0 0;
}
.column p{
	line-height:18px;
	margin:0 0 10px;
	}

/* LIST */
.column ul{list-style:none;margin:0 0 15px;padding:0 0 0 3px;}
.column ul li{
background:url('icon-bullet.gif') no-repeat 0 55%;
margin:0 0 9px;
padding:0 0 0 16px;
}
.column ul li a{color:#535353;}

.product-block table{
    border-spacing:0;
    border-collapse:collapse;
    margin-bottom:5px;
    }
.product-block td{
    border-bottom:1px solid #ccc;
    padding:3px;
    margin:0;
    }
label.qty{
    display:block;
    }
.qty{
    text-align:center;
    width:40px;
    }

/*content*/
.content{
	float:left;
	padding:0;
	width:920px;
	}

/*collection-block*/
.content-inner{
	float:left;
	padding:0 0 20px;
	width:920px;
	}
.content-inner h1{
color:#42C4E5;
font-size:24px;
margin:0 0 15px;
padding:3px 1px;
font-family:Helvetica, sans-serif;
}
.content-inner p{
	margin:10px 0;
	padding:0;
	}

.features-block{
height:1%;
overflow:hidden;
padding:32px 39px 33px 32px;
}
.features-block .info-box{
	height:1%;
	overflow:hidden;
	}
.features-block .info-box h1,.features-block .info-box h1 a{
	color:#fff;
	font-size:14px;
	margin:0 0 10px; 
	text-decoration:underline;
	}
.features-block .info-box p{
	color:#aeaeae;
	line-height:18px;
	margin:0 0 12px;
	}
.features-block .image{
	float:left;
	margin:0 32px 0 0;
	}
.add {
	display: block;
}
.features-column{
	margin:0 0 15px;
	overflow:hidden;
	width:100%;
	}
.heading img{
	float:left;
	margin:5px 5px 0 0;
	}
.holder{
margin:0 0 13px;
overflow:hidden;
padding:15px 0;
width:100%;
}
.info-box select{
color:#000;
font:11px Helvetica,sans-serif;
margin:0 0 10px;
width:164px;
}
.info-box span{
color:#a4ff2d;
display:block;
margin:0 0 10px;
text-transform:uppercase;
}

/* CART */

#cart-content {
	width:900px;
}

#cart-content .image-column img{
	width:auto;
	}
#cart-content .image-column{
	width:100px;
	}
#cart-content .description-column {
	width:500px;
	}
#cart-content .product-block {
	padding: 15px 0;
	width:700px;
	}
#cart-content h3 {
	margin: 0 0 5px 0;
	}
#cart-content .actions , #cart-content #total{
	padding: 15px 0; 
	text-align: right; 
	font-size: 2em; 
	color: #F148D3;
	}
    
    #cart-content #featured li {
        float:left;
        margin-right:30px;
        width:125px;
        }
	
	#cart-content .image-column ul li {
		margin:0 9px 0 0;
	}
	#cart-content .image-column ul li img {
		width:80px;
		margin:0;
	}

.image-column ul{
list-style:none;
margin:0;
overflow:hidden;
padding:0;
clear:left;
}


.image-column ul li{
	float:right;
	margin:0 9px 0 0;
	}

.wrapper,.heading{
	overflow:hidden;
	width:100%;
	}
#cart-content ul{
	list-style:none;
	}
/* BLOG */
#comment-list li{
border-bottom:1px solid #dadada;
height:1%;
margin:0 0 10px;
overflow:hidden;
padding:0 0 20px;
}

.user-column{float:right;width:320px;}
.user-column p{line-height:14px;margin:0 0 14px;}
.visual-column{float:left;width:297px;}
.visual-column img{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
display:block;
margin:0 0 16px;
max-width:284px;
}

#cart-content .visual-column img{width:auto;}
#cart-content .visual-column{width:100px;}
#cart-content .user-column {width:500px;}
#cart-content .product-block {
	padding: 15px 0;
	float:left;
	}
#cart-content h3 {margin: 0 0 5px 0;}
#cart-content .actions , #cart-content #total{padding: 15px 0; text-align: right; font-size: 2em; color: #999;}
#cart-content .actions {
	float:right;
	position:relative;
    top:-50px;
	background:url('Free_Shipping_checkout.png') top center no-repeat;
    clear:both;
    padding:60px;
}

#cart-content .actions input {
	border:none;
}

#cart-content .actions input.primary {
	text-indent:-9999px;
	background:url(checkout.png) center right no-repeat;
	display:block;
	height:45px;
	width:139px;
}

	#cart-content .actions input.primary:hover {
		background:url(checkout-hover.png) center right no-repeat;
		cursor:pointer;
	}
	
	#cart-content .actions input#update-cart {
		text-indent:-9999px;
		background:url(update.png) center right no-repeat;
		display:block;
		height:28px;
		width:139px;
		margin:10px 0;
	}

		#cart-content .actions input#update-cart:hover {
			background:url(update-hover.png) center right no-repeat;
			cursor:pointer;
		}
		#cart-content .actions input#continue-shopping {
			text-indent:-9999px;
			background:url(continue.png) center right no-repeat;
			display:block;
			height:28px;
			width:139px;
			margin:10px 0;
		}

			#cart-content .actions input#continue-shopping:hover {
				background:url(continue-hover.png) center right no-repeat;
				cursor:pointer;
			}

.visual-column ul{
list-style:none;
margin:0;
overflow:hidden;
padding:0;
}


.visual-column ul li{float:left;margin:0 9px 0 0;}
.visual-column ul li img{margin:0;width:87px;}
.wrapper,.heading{overflow:hidden;width:100%;}
#cart-content ul{list-style:none;}

#comment-list li{
border-bottom:1px solid #dadada;
height:1%;
margin:0 0 10px;
overflow:hidden;
padding:0 0 20px;
}
/*CONTAINER*/
#container{
    float: left;
    margin: 0;
    padding-bottom: 150px;
    width: 100%;
    clear:both;
}
#container .news-box h2,.collection-block .row .block p{margin:0;}
#container .side-bar h2{margin:0 0 5px;}
/*h2*/
#container h2{
font-size:14px;
margin:30px 0 10px 0;
text-transform:uppercase;
}

#header {
	position: relative;
	padding: 30px 0 0 0;
	width: 920px;
	margin: 0px auto;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 14px 0;
}
#site-title a {
	font-weight: bold;
	text-decoration: none;
}
#site-description {
    clear: right;
    float: right;
    margin: 14px 7px 18px 0;
    width: 293px;
}

a.contact-button {
    background: url("contact_a.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-size: 130%;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

a.contact-button:hover {
	background: url('contact_h.jpg') no-repeat;
	text-decoration: none;
	color: #ffffff;
}

a.copic-color {
    background: url("CopicColor.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 40px;
    position: relative;
    text-decoration: none;
    text-indent: -99999px;
    top: -20px;
    width: 100px;
}

/* This is the custom header image */
#branding img {
    clear: both;
    display: block;
}

img.logo, a img.logo {
    border: medium none;
}

#site-title .logo {
    width: 220px;
    height: 70px;
}

#footer {
	background-image: url("paper.jpg");
	background-repeat: repeat;
	position: relative;
	padding: 30px 0 100px 0;
	margin-top: 140px;
	overflow: visible;
	clear: both;
	width: 100%;
	height: 440px;
}
#footer #colophon {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	overflow: visible;
}
#footer .footer-art {
	width: 520px;
	height: 481px;
	position: absolute;
	padding: 0 0 40px 0px;
	right: 0px;
	top: -220px;
	background-image: url('footer-art.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	overflow: visible;
	z-index: 1000;
}
#footer-widget-area {
	width: 500px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
}
#first ul.xoxo {
    width:170px;
    float:left;
    margin-left:20px;
    
    }
#second ul.xoxo {
	width: 220px;
    float:left;
    display:block
}

#footer #colophon {
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 960px;
}

#footer .footer-logo {
	width: 459px;
	height: 148px;
	background-image: url('footer-logo.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#wrapper {
	overflow: hidden;
	background-color: #ffffff;
}
ul.social_menu {
	position: absolute;
	top: 315px;
	left:550px;
	width: 420px;
}
ul.social_menu li {
	display: inline;
	margin-right:10px;
}
ul.social_menu li a img {
	border: none;
}

ul.news {
	margin-bottom:20px;
}

ul.news li a:link, ul.posts li a:link {
/* font-family: Georgia; */
font-weight: bold;
/* font-style: italic;*/
color: #777777;
}
.contact-button {
    display: block;
    font-family: helvetica;
    height: 22px;
    padding: 3px 0 0 5px;
    position: relative;
    right: -10px;
    text-align: center;
    top: -10px;
    vertical-align: middle;
    width: 190px;
}

h1.big-title {
	background-image: url('blue_stroke_1.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 160%;
	padding: 2px 0 5px 10px;
	font-family: helvetica;
	font-weight: bold;
}


h1 {
	font-size: 90%;
}

/* Newsletter sign-up */
#newsletter {
    padding-top: 20px;
}

#newsletter h2 {
    padding-top: 12px;
}

#newsletter img {
    float: left;
    margin-right: 1em;
}


ul.xoxo li {
	position: relative;
	z-index: 1;
}

#footer-widget-area {
	width: 500px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
}
#second ul.xoxo {
	width: 220px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #42C4E5;
	font-weight: bold;
	font-size:18px;
	padding:10px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}


/* Overview Pages */
.banner{
    background:#42C4E5;
	width:920px;
    height:200px;
    padding:5px;
    margin-bottom:20px;
    float:left;
	}
.banner img{
	float:left;
    margin-top:10px;
	}
    .banner#slideshow img {
        margin-top:0;
        float:left;
        }
.banner .slideshow {
    float:left;}
.banner .text{
    font-family: georgia;
    padding:5px;
    color:#fff;
    float:right;
    width:280px;
	}
    .banner .text.home-banner{
    padding:15px 5px;
    width:310px;
    }
.banner .text h3{
    font-family: georgia;  
    font-style:italic;
    font-size:18px;
    color:#fff;
    margin:0;
    padding:5px 0;
    }
.banner .text p {
    color: #FFFFFF;
    font-size: 120%;
    margin: 0 0 5px;
    padding: 0;
    width: 270px;
    }

.section {
    display: block;
    float: left;
    height: 200px;
    margin: 0 5px 20px;
    width: 450px;
    }
    	.section#misc {
    	display:none;
    	}
.section h4 a {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
	padding-bottom:20px;
    text-decoration: none;
	display:block;
    }
.section .thumbnail {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 125px;
    overflow: hidden;
    width: 125px;
    }
.section .text {
    float: left;
    margin-left: 10px;
    width: 310px;
    }  
    
    .section .text p {
        margin:0;
        }
/* Sidebar*/
#sidebars{
    float:right;
    width:300px;
    }
    
#sidebar, #sidebar2{
    font-family: georgia;
    padding:5px;
    background:#42C4E5;
    color:#fff;
    }
#sidebar2{
    margin-top:10px;
    }
    #sidebar h3{
        font-family: georgia;  
        font-style:italic;
        font-size:18px;
        color:#fff;
        margin:5px 0 0 0;
        padding:5px;
        }
    #sidebar p{
        color: #FFFFFF;
        font-size: 120%;
        padding:5px;
        margin: 0 0 5px;
        width: 270px;
        }
    img.sidebar{
        width:290px;
        height:auto;
        }
#sidebar2{
    clear:right;
    background:transparent;
    }
    #sidebar2 a, #sidebar2 h3, #sidebar2 strong{
        display:block;
        text-decoration:none;
        width:240px;
        margin:0 auto;
        }
    #sidebar2 strong, .related-products h3{
        font-weight:normal;
        font-size:12px;
        }
    #sidebar2 img{
        display:block;
        }
.related{
    margin-top:20px;
    }
    ul.related-products li {
        width:150px;
        display:block;
        float:left;
        text-align:center;
        }
 .related-products li *{
    color:#42C4E5;
    }
.related-products li .image a{
    border: 1px solid #42C4E5;
    display: block;
    float: left;
    margin-left: 25px;
    padding: 5px;
    width: auto;    
    }
.related-products li .image a img{
    border:0;
    }
#sidebar2 .thumbnail{
    float: left;
    width: 145px;
    margin-bottom: 10px;
    }
#sidebar2 #related-categories h3, #sidebar2 #shop-by-color h3{
    color:#42C4E5;
    margin:10px 0 5px 0;
    }
#sidebar2 .thumbnail .img{
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    height: 125px;
    overflow: hidden;
    width: 125px;
    }
#sidebar2 .thumbnail .txt{
    display: block;
    color: white;
    background: #42C4E5;
    font-size: 14px;
    padding: 5px;
    clear: left;
    width: 117px;
    margin: 0;
    }
    
/*Collection Tabs*/
#collection-tabs {
border: 2px solid #42C4E5;
border-bottom: 4px solid #42C4E5;
margin: 10px 0;
width: 605px;
height: 25px;
display:block;
}

#collection-tabs a.tabs {
float: left;
display: block;
font-size: 13px;
height: 23px;
padding: 5px 0 0;
text-align: center;
width: 119px;
text-decoration: none;
font-weight: bold;
border-right: 1px solid #42C4E5;
border-left: 1px solid #42C4E5;
}

#collection-tabs a.active, #collection-tabs a:hover{
	background: #42C4E5;
	color: white;
}

body.OVERVIEW td{
    padding:5px;
    }

.product-block {
	width:615px;
}

#product-page.product-block {
    width:100%;
    margin-top:25px;
    }
    #product-page.product-block .soldout{
        font-size:18px;
        }
    #product-page #socialbuttons div.socialbutton{
        margin-bottom:5px;
        }
    #product-page #continue-shopping{
        background: url("continue.png") no-repeat scroll right center transparent;
        display: block;
        height: 28px;
        margin:10px 0 20px -5px;
        text-indent: -9999px;
        width: 139px;
        }
    #product-page #continue-shopping:hover{
		background:url(continue-hover.png) center right no-repeat;
		cursor:pointer;
        }
    
    #product-page.product-block .description-column {
    width: 280px;
font-size: 13px;
padding-right: 10px;
    }

#product-page.product-block .description-column h3 {
	font-size:18px;
	font-weight:bold;
}

#product-page.product-block .description-column span.money, #product-page.product-block .description-column span.cart-add {
	font-size:24px;
	font-weight:bold;
}

#product-page.product-block .description-column input#purchase {
	background:url(add.png) top left no-repeat;
	text-indent:-99999px;
	display:block;
	width:46px;
	height:46px;
	border:none;
	margin-top:20px;
}

#product-page.product-block .description-column span.cart-add {
	display:block;
	float: left;
	position: relative;
	top: -30px;
	left: 55px;
}

#product-page.product-block .description-column input#purchase:hover {
	background:url(add-hover.png) top left no-repeat;
	cursor:pointer;
}

/* HOMEPAGE SLIDESHOW */

/* Shop by Color */
#shop-by-color {
display:block;
width:225px;
height:150px;
float:left;
}

    #shop-by-color a {
	display:block;
	text-indent:-999999px;
	height:25px;
	width:25px;
	float:left;
	margin:3px;
	}

		#shop-by-color a#black {
		background:#000;
		border:1px solid #000;
		}

		#shop-by-color a#colorless {
		background:#fff;
		border:1px solid #000;
		}

		#shop-by-color a#f {
		background:#95ff2b;
		border:1px solid #95ff2b;
		}

		#shop-by-color a#w {
		background: #9b9b96;
		border:1px solid #9b9b96;
		}

		#shop-by-color a#n {
		background: #999a9e;
		border:1px solid #999a9e;
		}

		#shop-by-color a#t {
		background: #9a9995;
		border:1px solid #9a9995;
		}

		#shop-by-color a#c {
		background: #96a3ad;
		border:1px solid #96a3ad;
		}

		#shop-by-color a#e {
		background: #816251;
		border:1px solid #816251;
		}

		#shop-by-color a#b {
		background: #23529b;
		border:1px solid #23529b;
		}

		#shop-by-color a#bg {
		background: #36a1bb;
		border:1px solid #36a1bb;
		}

		#shop-by-color a#g {
		background: #337d51;
		border:1px solid #337d51;
		}

		#shop-by-color a#yg {
		background: #a1c149;
		border:1px solid #a1c149;
		}

		#shop-by-color a#y {
		background: #fcd954;
		border:1px solid #fcd954;
		}

		#shop-by-color a#yr {
		background: #de6136;
		border:1px solid #de6136;
		}

		#shop-by-color a#r {
		background: #d5283f;
		border:1px solid #d5283f;
		}

		#shop-by-color a#rv {
		background: #b95b97;
		border:1px solid #b95b97;
		}

		#shop-by-color a#v {
		background: #6a488c;
		border:1px solid #6a488c;
		}

		#shop-by-color a#bv {
		background: #6a87c0;
		border:1px solid #6a87c0;
		}


