/**
 * New COYCOM2.0 Styles
 */


/* ------- Default Styles -----------*/
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    background-image: url("/imagery/body_bg.jpg");
    background-repeat: repeat-x;
    color: #575757;
    font-family: "Times New Roman", Times, serif;
    vertical-align: top;
}

h1{
    font-size:18px;
    font-weight:bold;
}

h2{
    font-size:14px;
    font-weight:bold;
}

h3{
    font-size:12px;
}

a {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #575757;
    text-decoration: underline;
}
.linkHover {
    color: #575757;
    text-decoration: underline;
}
a img {
    border: 0;
}
checkbox, input, radio, select, textarea {
    color:#8F8F8F;
    font-size:10px;
}
.clear {
    clear: both;
}


/* ----- Site Wdie Layout ------- */
#siteWrapper {
    width: 920px;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #ffffff;
    overflow: auto;
    vertical-align: top;
}


/* ------ Header Styles --------- */
#headerWrapper {
    width: 920px;
    height: 96px;
    margin: 0;
    padding: 0px;
    vertical-align: top;
}

#headerAccount {
    width: 500px;
    height: 14px;
    margin: 13px 0 10px 0;
    float: right;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8a8a8a;
}

#headerAccount b{
    color: #505050;
}

#heaverNavigation {
    width: 743px;
    float: right;
}
#headerSearch {
    width: 210px;
    float: right;
    margin: 2px 0 0 0;
}
#headerSearch input[type=text]{
    width: 174px;
    height: 15px;
    margin: 0 5px 0 0;
    float: left;
    color: #8A8A8A;
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
}
#headerNavigationMenu > ul {
    width: 533px;
}
#headerNavigationMenu, #headerNavigationMenu ul {
    list-style: none;
    z-index: 100;
    float: left;
}
#headerNavigationMenu, #headerNavigationMenu * {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
    #headerNavigationMenu li.mainLink {
        float: left;
    }
    #headerNavigationMenu li.bullet {
        background-image: url("/imagery/header_nav/bullet.png");
        background-position: top right;
        background-repeat: no-repeat;
    }
        #headerNavigationMenu li.mainLink a {
            display: block;
            height: 24px;
            margin: 0 18px 0 10px;
        }
        #headerNavigationMenu li.mainLink a img {
            border: 0;
        }
        #headerNavigationMenu li.mainLink ul {
            display: none;
            position: absolute;
            margin: 0 0 0 10px;
            border: 1px solid #3e3e3e;
            background-image: url("/imagery/header_nav/dropdown_bg.png");
            background-repeat: repeat-x;
        }
        #headerNavigationMenu li.mainLink:hover ul {
            display: block;
            text-align: left;
        }

            #headerNavigationMenu li.mainLink ul li {
                height: 25px;
                text-align: left;
            }
            #headerNavigationMenu li.mainLink ul li hr {
                height: 1px;
                width: auto;
                margin: 0 9px;
                color: #BCBCBC;
                background-color: #BCBCBC;
            }
            #headerNavigationMenu li.mainLink ul li a {
                display: block;
                height: 18px;
                margin: 1px 1px 1px 1px;
                padding: 5px 8px 0 8px;
                color: #484649;
            }
            #headerNavigationMenu li.mainLink ul li a:hover{
                background-color: #808080;
                color: #FFFFFF;
                text-decoration: none;
            }

#basketSummaryWidget {
    float: right;
    padding: 0 0 0 5px;
    width: 160px;
}

/* ------ Footer Styles --------- */
#footerWrapper {
    width: 920px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #c1c1c1;
    overflow: auto;
}
#footerNavigationWrapper {
    width: 605px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#footerNavigationWrapper h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
}
#footerNavigationLeftColumn {
    width: 311px;
    float: left;
}
#footerNavigationRightColumn {
    width: 234px;
    float: right;
}
#footerContent {
    width: 258px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#footerContent b {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
}
#networkingBar {
    position: relative;
    width: 920px;
    height: 32px;
    margin: 5px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    overflow: visible;
    clear: both;
}


/* --------- Homepage Styles ------------- */
#gallery {
	position:relative;
	height:441px;
}
	#gallery div.slide {
        position: absolute;
        top: 0;
        left: 0;
	}

	#gallery div.slide img {
		border:none;
	}

	#gallery div.show {
		z-index:50;
	}

	#gallery div.caption {
		z-index:60;
		background-image: url("/imagery/slideshow/caption_bg.png");
        border: 1px solid #3E3E3E;
		width: 230px;
        padding: 10px;
		position:absolute;
		bottom: 47px;
        right: 15px;
        text-align: left;
        font-size: 12px;
        color:#484946;
        font-family: Arial, Helvetica, sans-serif;
	}

	#gallery .caption .content {
		margin: 0px;
	}
	#gallery .caption .content h2 {
		font-size: 14px;
        font-family: "Times New Roman", Times, serif;
        margin: 0 0 5px 0;
	}
	#gallery .caption .content a {
		color: #484946;
	}
    #gallery .caption .content p {
		margin: 3px 0;
        font-size: 10px;
        color: #484946;
	}

    #galleryControls {
		z-index:60;
		position:absolute;
		bottom: 0px;
        right: 0px;
        text-align: right;
        height: 15px;
        padding: 15px;
    }

    #galleryControls img {
        padding-right: 5px;
    }

#featureCategories {
    margin: 0;
    padding: 0;
    overflow: auto;
    border-bottom: 1px solid #c1c1c1;
}
div.categoryFeatureHome {
    width: 180px;
    float:left;
    padding: 0;
    margin: 0 4px 10px 0;
    text-align: center;
}
    div.categoryFeatureHome img {
        margin: 0 0 8px 0;
    }
    div.categoryFeatureHome h2 {
        margin: 0;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
    }

/* --------- Catalog Wide Styles ------------- */

#catalogBreadcrumbs {
    height: 10px;
    font-size: 7px;
    vertical-align: top;
    color: #8A8A8A;
    margin: 0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
}

#catalogBreadcrumbs a {
    font-size: 10px;
    color: #8A8A8A;
    padding: 0;
    margin: 0;
}

#catalogBreadcrumbs a:hover {
    color: #565656;
}

#catalogContentWrapper {
    width: 920px;
    vertical-align: top;
}

#catalogLeftSidebar {
    width: 150px;
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#catalogLeftSidebar a {
    display: block;
    width: 125px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 6px 0px 7px 5px;
}
#catalogLeftSidebar h1 {
    padding: 0;
    margin: 0;
}
#catalogLeftSidebar h1 a {
    margin: 0 0 12px 0px;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
}
#catalogLeftSidebar a.selected {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

#catalogContentHeader {
    width: 770px;
    float: right;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
    vertical-align: top;
}

#catalogContent {
    width: 770px;
    float: right;
    padding: 10px 0;
    margin: 0;
}

/* --------- Catalog Category Styles ------------- */

#categoryHeroImage {
    width: 578px;
    height: 345px;
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position:relative;
}

#subcategoryHeroImage{
    width: 578px;
    height: 176px;
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position:relative;
}
	#categoryHeroImage div.caption, #subcategoryHeroImage div.caption {
		z-index:60;
		background-image: url("/imagery/slideshow/caption_bg.png");
        border: 1px solid #3E3E3E;
		width: 230px;
        padding: 10px;
		position:absolute;
		bottom: 47px;
        right: 15px;
        text-align: left;
        font-size: 12px;
        color:#484946;
        font-family: Arial, Helvetica, sans-serif;
	}

	#categoryHeroImage .caption .content {
		margin: 0px;
	}

    #heroImageControls {
		z-index:60;
		position:absolute;
		bottom: 0px;
        right: 0px;
        text-align: right;
        height: 15px;
        padding: 15px;
    }


div.categoryFeature{
    width: 180px;
    float: right;
    margin: 0;
    padding: 0;
}

div.subcategoryFeature {
    width: 180px;
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #c1c1c1;
}

#catalogContentHeader h2 {
    width: 180px;
    float: right;
    margin: 6px 0 10px 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #6d6d6d;
}


#catalogContent td{
    vertical-align: top;
    padding: 0 0 20px 0;
}
    #catalogContent td h3 {
        text-align: left;
        font-size: 15px;
        font-weight: normal;
        margin: 5px 0 2px 0;
        padding: 0;
        color: #6d6d6d;
    }
    #catalogContent td p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        margin: 0;
        padding: 0;
        color: #484649;
        clear: both;
    }
    #catalogContent td b {
        margin: 0 0 20px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
    }
    #catalogContent p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #484649;
    }

div.swatchSmall {
    float: left;
    margin: 0 8px 0 0px;
    width: 32px;
}
div.swatchSmall img {
    width: 32px;
    height: 21px;
    padding: 1px;
    border: 1px solid #b1b1b1;

}
div.swatch {
    float: left;
    margin: 5px 20px 5px 0px;
    width: 54px;
    font-size: 10px;
    color: #6c6c6c;
}
    div.swatch img {
        width: 54px;
        height: 35px;
        padding: 1px;
        border: 1px solid #b1b1b1;
    }
#swatchPreview {
	position:absolute;
    width: 139px;
	border:1px solid #b1b1b1;
	padding:2px;
	display:none;
    background-image: url("/imagery/slideshow/caption_bg.png");
    z-index: 1000;
}
    #swatchPreview img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border:1px solid #b1b1b1;
    }
    #swatchPreview p {
        padding: 2px;
        margin: 0;
        font-size: 12px;
        color: #575757;
    }

div.product_description {
    background-color: #fdfbf0;
    border: 3px solid #eae7dd;
    padding: 1px;
    margin: 0px 5px 5px 5px;
}

    div.product_description div {
        border: 1px solid #eae7dd;
        margin: 0;
        padding: 8px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }
    div.product_description div *{
        margin: 0;
        padding: 0;
    }

/* --------- Product Listing Styles ------------- */
#productHeroImage {
     width: 542px;
     float: left;
}

#productOverview {
    width: 347px;
    float: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

    #productOverview h1 {
        margin: 0;
        padding: 0 0 12px 0;
        font-size: 20px;
        font-weight: bold;
        font-family: "Times New Roman", Times, serif;
    }
    #productOverviewContent {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0 0 7px 0;
    }

    #productOverview ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 15px 0;
        overflow: auto;
        border-bottom: 1px solid #c7c7c7;
    }
        #productOverview li {
            float: left;
            margin: 0 32px 0 0;
            padding: 4px 0 4px 0;
        }
        #productOverview li.current {
            border-top: 1px solid #c7c7c7;
            font-weight: bold;
        }
#catalogProductContent div.productRow {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #c7c7c7;
    overflow: auto;
}
#catalogProductSingleContent div.productRow {
    padding: 5px 0px 5px 0px;
    overflow: auto;
    width: 570px;
    float: left;
}
div.productRowLast {
    padding: 5px 0px 5px 0px;
    border-bottom: 0px;
    overflow: auto;
}
div.productRowImages {
   width: 241px;
   float:left;
   overflow: auto;
   margin: 7px 0 0 0;
}
div.productSingleRowImages {
   width: 222px;
   float:left;
   overflow: auto;
   margin: 7px 0 0 0;
}

table.productSizes {
    width: 325px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

table.productSizes td {
    border-bottom: 1px solid #c8c7c8;
    padding: 5px 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

tr.lastSize td {
    border-bottom: 0px;
}

div.productOptions {
    width: 660px;
    padding: 3px 0px 3px 12px;
    float:right;
    overflow: auto;
    vertical-align: top;
}

div.cartAdd {
    width: 280px;
    float: right;
    vertical-align: top;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    border-top: 1px solid #c8c7c8;
    border-bottom: 1px solid #c8c7c8;
    font-size: 14px;
}
div.cartAddSingle {
    vertical-align: top;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
    border-top: 1px solid #c8c7c8;
    border-bottom: 1px solid #c8c7c8;
    font-size: 14px;
}
div.cartAdd select, div.cartAddSingle select {
    margin: 5px 0;
}
div.cartAddSize {
    margin: 10px 0 0 0;
}
div.cartAddColor {
    width: auto;
    float: left;
    margin: 10px 50px 0 0;
}
div.cartAddQty {
    margin: 10px 0 0 0;
}
input.inputCartAdd {
    clear: both;
    margin: 20px 0 15px 0;
}
#catalogProductContent div.productOptions h3 {
    width: 319px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

#catalogContent div.productOptions h3 {
    font-weight: bold;
    
}

#catalogProductHeader {
    width: 920px;
}

#catalogProductContent {
    width: 920px;
    clear: both;
    padding: 0;
    margin: 0;
}
#catalogProductSingleContent {
    width: 570px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#catalogProductContent > table {
    width: 920px;
    padding: 0;
    margin: 0;
}
/* product image view */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
  background-color:#000;
  display:none;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:1100;
  padding:20px;
  border: 2px solid #454545 !important;
  background-color: #828282 !important;
  text-align: left !important;
}
#boxes .smallwindow {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:1100;
   padding:20px;
  border: 2px solid #454545 !important;
  background-color: #828282 !important;
  text-align: left !important;
}
#dialog {
  z-index:1200;
  width:375px;
  height:203px;
  padding:10px;
  background-color:#ffffff;
}



/* --------- Search Results Styles ------------- */
div.searchResultRow {
    clear: both;
    border-bottom: 1px solid #c1c1c1;
    overflow: auto;
    margin: 0 0 10px 0;
}
    div.searchResultRow h2{
        font-size: 16px;
    }

.searchResultRowImage {
    float: left;
    margin: 3px 15px 5px 0;
}

.searchResultRowPath {
    font-size: 11px;
}
.salePrice {
    color: #b63d22;
    font-weight: bold;
    white-space: nowrap;
}

/* Basket */
#basketDisplayWidgetWrapper {
    position: fixed;
    top: 30px;
    left: 50%;
    margin: 0 0 0 113px;
    display: none;
    width: 345px;
    padding: 1px;
    background-color:#FDFBF0;
    border: 3px solid #767577;
    color: #636264;
    z-index: 300;
}
#basketDisplayWidget {
    border:1px solid #767577;
    overflow: auto;
    padding: 5px;
}
#basketDisplayWidgetMsg {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
#basketDisplayWidgetSum {
    float: left;
    width: 200px;
    font-size: 12px;
}
#basketDisplayWidgetNav{
    float: right;
    width: 125px;
}
.productListing-heading {
    background:none repeat scroll 0 0 #EEEEEE;
    border-bottom:1px solid #B6B7CB;
    color:#515151;
    font-family:Times,serif;
    font-size:10px;
    padding:8px 5px;
}
.cy_cart_empty1 {
    margin: 75px auto 0 auto;
    text-align: center;
}
.cy_cart_empty2 {
    margin: 0 auto 75px auto;
    text-align: center;
}
table.cy_subtotal {
    float: right;
    width: 100%;
    border-top:1px dashed #B6B7CB;
}

/* Account */
#accountContent td.main b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
td.main, p.main {
    color:#8F8F8F;
    font-size:12px;
    line-height:1.5;
    padding-bottom:5px;
    padding-top:5px;

}
td.cy_main_anchor_right input, td.cy_main_anchor_right select {
    width:98%;
}
td.cy_main_imput_small {
    font-size:11px;
    line-height:1.5;
}
.cy_heading_table{
  background: #EEEEEE;

  font-size: 11px;
  line-height: 1.5;
}
.cy_heading_table td{
	height:30px;
}
.cy_dotted_bottom_line{
	border-bottom: 1px dotted #D5D5D5;
}
td.cy_account_nav{
	height: 30px;
	font-size:12px;
	line-height:1.5;
	background: #d5d5d5;
	border-left:solid 0px #fff;
	border-bottom:solid 1px #d5d5d5;
	border-top:solid 1px #d5d5d5;
	border-right:solid 1px #fff;
	text-align:center;
	border-spacing:1px;
}
td.cy_account_nav a{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
td.cy_account_nav_selected{
	height: 30px;
	font-size:12px;
	line-height:1.5;
	background: #ffffff;
	border-left:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-top:solid 1px #d5d5d5;
	text-align:center;
}
td.cy_account_nav_selected1{
	height: 30px;
	font-size:12px;
	line-height:1.5;
	background: #ffffff;
	border-top:solid 1px #d5d5d5;
	border-left:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	text-align:center;
}
td.cy_account_nav_selected a{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
td.cy_account_nav_selected1 a{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
td.cy_table_colum_title{

	font-size:10px;
	line-height:1.5;
	background: #eeeeee;
	padding-top: 5px;
    padding-bottom: 5px;
	border-bottom:solid 1px;
	border-top:solid 1px;
	text-align:center;
	border-color:#d5d5d5;
}

td.cy_table_colum_info{

  font-size: 11px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom:dotted 1px;
  border-color:#d5d5d5;
  text-align:center;
}



/* FAQ stuff for WP plugin */
.cy_entry_faq, .cy_entry_faq p {
    color:#8F8F8F;
    font-size:18px;
    text-decoration:none;
}
.cy_ffaq_div p {
    background:none repeat scroll 0 0 #F4F4F4;
    color:#8F8F8F;
    font-size:14px;
    text-decoration:none;
}
.cy_ffaq_div {
    background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #DDDDDD;
    font-size:14px;
    margin:0 0 0 0;
    padding:8px;
}
.cy_ffaq_a {
    display: block;
    font-weight:bold;
    margin: 20px 0 0 0;
}
img.alignleft {
    display:inline;
    margin:0 7px 2px 0;
    padding:4px;
}
.alignleft {
    float:left;
}

.cy_font14 {
    font-size: 14px;
    color: #8F8F8F;
}
.cy_font14 input {
    font-size: 10px;
}
.cy_border_top {
    border-top: 1px solid #c1c1c1;
}
.cy_border_bottom {
    border-bottom: 1px solid #c1c1c1;
}
.cy_border_top_bottom {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
.warning {
    color: #ff0000;
}