/* 
    Document   : layout
    Created on : 26/08/2011, 16.48.28
    Author     : Wadeski
    Description:
        Main layout elements.
*/

body {
	background:url(/img/global/body_background.png) repeat-x 0 0;
	margin: 0;
	padding: 0;
}

.floatleft { float: left; }
.floatright { float: right; }
.tmargin20 { margin-top: 20px; }
.labels { display: inline-block; margin-bottom: -11px; margin-top: 5px;	padding: 0; }

/* CART INFO */
.cartitems {
	color: #FFFFFF;
	display: inline-block;
	font: bold 14px/19px 'Brawler',serif;
	margin: 11px 0 0 22px;
}
.cartprice {
	font: normal 12px/17px 'Brawler', serif;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 22px;
}

/* LOGIN */
#login { margin: 19px 0 0 -36px; }

	#login a {
		font: bold 16px/22px 'Brawler', serif;
		color: #CC171E;
		text-decoration: none;
	}
	
	#login a:hover {
		color: #000;
	}

    #popup-login {
        display: block;
        width: 220px;
        height: 265px;
        background: url(/img/global/popup-login.png) no-repeat top left;
        position: absolute;
        top: 100px;
        margin-left: 755px;
        z-index: 40;
        display: none;
    }
    
        #popup-login-close {
            display: block;
            width: 23px;
            height: 23px;
            position: absolute;
            margin-left: 190px;
            margin-top: 3px;
            cursor: pointer;
        }
        
        #popup-login h1 {
            color: #CD171E;
            font-size: 18px;
            padding: 10px 28px;
            margin-bottom: 2px;
        }
        
        #popup-login p {
            font: 12px/14px 'Brawler', serif;
            color: #666;
            padding: 0px 34px 0px 28px;
        }
        
        #popup-login input[type=text], #popup-login input[type=password] {
            display: block;
            width: 159px;
            height: 25px;
            padding: 4px 7px;
            background: url(/img/global/popup-input.png) no-repeat top left;
            border: 0px;
            margin: 0px 27px 10px 27px;
        }
        
        #popup-login-forgot {
            color: #CD171E;
            font-size: 10px;
            width: 100px;
        }
        
        #popup-login-submit {
            display: block;
            width: 70px;
            height: 33px;
            background: url(/img/global/popup-login-submit.png) no-repeat bottom left;
            float: right;
            cursor: pointer;
            border: none;
            color: transparent;
            text-shadow: none;
        }


.containerbg {
	background:url(/img/global/container_background.png) repeat-x 0 0;
}

.container_headerbg {
	background:url(/img/global/container_headerbg.png) no-repeat top left;
}

	/* Collections header */
	.collections_header {
		background:url(/img/global/collections-header.png) no-repeat top left;
	}	

.cartinfo {
	background:url(/img/global/cart_bg.png) no-repeat 0 0;
	width: 160px; height: 60px;
}

.searchform {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 0 0 0 20px;
  padding: 17px 0;
}




ul#nav { list-style-type: none; margin-left: 30px; }
ul#nav li { 
	float: left; 
	height:60px;
	margin-right: 30px;
}
	ul#nav li a {
		font: normal 18px/60px 'Brawler', serif;
		color: #333;
		text-decoration: none;
	}
	
	ul#nav li a:hover, ul#nav li .active {
		color: #CD171E;
	}

/* CAROUSEL */
.fivecarousel {
	height: 200px;
	margin: 20px auto;
	position: relative;
	width: 840px;
}

.feature {
	position: relative;
}

	.feature-carousel {
	  float: right;
	  margin-top: -237px;
	}
.threecarousel {
	height: 200px;
	margin: 20px 60px 0 0;
	position: relative;
	width: 500px;
}

.carouselback {
	background:url(/img/global/carousel-background.png) no-repeat 0 0;
	width: 939px;
	height: 240px;
}

	.carousel-special { margin: 30px; }

#slider { width: 720px !important; margin:0; padding: 0; float: left; }
	ul#slider1 li {
		width: 140px;
		height: 200px;
	}
	
	ul#slider2 li {
		width: 140px;
		height: 200px;
	}
	
#collectionsslider { width: 940px; height: 240px; margin:0; padding: 0; }	

.carousel-tile {
	background:url(/img/global/carousel-bg.png) no-repeat 0 0;
	width: 140px;
	height: 200px;
	position: relative;
    padding: 0px 20px 0px 10px
}

li.carousel-tile img { margin: 10px 0 0 10px; }

ul#slider2 li.carousel-tile img { display:block; margin: 10px auto 0 auto; }
.specialinfo {
	width: 135px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	position: absolute;
	bottom: 10px;
	display: block;
	margin: 0 auto;
}

	.rrpoff { text-decoration: line-through; font: bold 14px Arial, Helvetica, sans-serif; }
	.rrp { text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; }
	.price { color: #CC171E; font: bold 14px Arial, Helvetica, sans-serif; }
	
#pagination {
	padding-top: 10px;
	text-align: center;
}
	a.next {
		   display: block;
		   background: url(/img/global/next-button.png) no-repeat;
		   height: 41px;
		   width: 40px;
		   text-indent: -99999px;
		   float: right;
	}
	
	a.next:hover {
		   background-position: 0 -41px;
	}
	
	a.previous {
		   display: block;
		   background: url(/img/global/previous-button.png) no-repeat;
		   height: 41px;
		   width: 40px;
		   text-indent: -99999px;
		   float: left;
	}
	
	a.previous:hover {
		   background-position: 0 -41px;
	}
			

	#pagination a.on {
		background: url("/img/global/on.png") no-repeat scroll 0 0 transparent;
		color: #fff;
		display: inline-block;
		font: 12px Arial,Helvetica,sans-serif;
		height: 35px;
		margin: 0 0 0 5px;
		padding: 5px;
		text-decoration: none;
		width: 15px;
	}
	
		#pagination a.on:hover {
			color: #CD171E;
		}
	
	
	
	#pagination a.off {
		background: url("/img/global/off.png") no-repeat scroll 0 0 transparent;
		color: #333333;
		display: inline-block;
		font: 12px Arial,Helvetica,sans-serif;
		height: 35px;
		margin: 0;
		padding: 5px;
		text-decoration: none;
		width: 16px;
	}
		
		#pagination a.off:hover {
			color: #ccc;
		}
	
.infobubble {
	background: url("/img/global/info-bubble.png") no-repeat scroll 0 0 transparent;
	height: 243px;
	margin: -126px 0 0 47px;
	padding: 10px 20px 20px 30px;
	position: absolute;
	width: 229px;
	z-index: 10;
	display :none;
}

.statsbubble {
	background: url("/img/global/info-bubble.png") no-repeat scroll 0 0 transparent;
	height: 243px;
	margin: -126px 0 0 20px;
	padding: 10px 20px 20px 30px;
	position: absolute;
	width: 229px;
	z-index: 10;
	display: none;
}
	.infobubble h2, .statsbubble h2 { margin: 20px 0; }

	.infobubble p, .statsbubble p {
		font: normal 11px/17px Arial, Helvetica, sans-serif;
		color:#333;
	}

/* LINKS */
#links {
	background-color: #efefef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 900px;
}

	#links .linkscolumn {
		min-height: 340px;
		width: 200px;
	}
	
	#links .linkscolumndiv {
	  border-right: 1px solid #999999;
	  margin-right: 44px;
	  min-height: 340px;
	  width: 170px;
	}

	#links ul { 
		list-style-type: none;
	}


/* COLLECTIONS */
.search-results-toggle {
	background: url("/img/global/search-results-toggle.jpg") no-repeat scroll 0 0 transparent;
	color: #000000;
	display: inline-block;
	font: 10px/12px Arial,Helvetica,sans-serif;
	height: 14px;
	padding: 2px 0 0 18px;
	width: 86px;
}

.collection-tile {
	position: relative;
	background:url(/img/global/collection-tile.jpg) no-repeat 0 0;
	width: 220px; height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

	.collection-tile-last {
		position: relative;
		background:url(/img/global/collection-tile.jpg) no-repeat 0 0;
		width: 220px; height: 250px;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	ul#collection { list-style-type: none; }
	ul#collection li { float: left; position: relative; }
	
	ul#collection li img { margin: 1px auto; display: block; }
		
.collectioninfo {
	width: 96%;
    height: 40px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	position: absolute;
	bottom: 50px;
	display: table-cell;
    vertical-align: top;
	margin: 0 0 0 4px;
}	

.stats {
	bottom: 13px;
	display: block;
	height: 23px;
	margin-left: 10px;
	position: absolute;
	width: 67px;
}

	#stats { padding-right: 5px; }

.purchase, .picksize {
	bottom: 13px;
	display: block;
	height: 23px;
	right: 0;
	margin-right: -3px;
	position: absolute;
	width: 98px;
}

	.purchase a, .picksize a {
		   display: block;
		   background: url(/img/global/collection-purchase-btn.png) no-repeat;
		   height: 23px;
		   width: 98px;
		   text-indent: -99999px;
	}
    
    .picksize a {
        background: url(/img/global/collection-picksize-btn.png) no-repeat;
    }
	
	.purchase a:hover, .picksize a:hover {
		   background-position: 0 -23px;
	}

/* CONTENT PAGES */


#breadcrumbs p {
	font: normal 13px/19x 'Brawler', serif;
	color: #333;
}

	#breadcrumbs a { color: #cc171e; text-decoration:none; }
	#breadcrumbs a:hover { color: #333; }

/* LEFT NAVIGATION */

ul#leftnav {
	list-style-type: none;
	padding-left: 15px;
	margin-top: 15px;
}

ul#leftnav li {
	border-bottom: 1px solid #CCCCCC;
	line-height: 32px;
	width: 186px;
}

ul#leftnav a {
	background: url("/img/global/leftnav-larrow-up.png") no-repeat scroll 0 1px transparent;
	color: #333;
	font: 14px/26px 'Brawler',serif;
	padding-left: 25px;
	text-decoration: none;
}

ul#leftnav a:hover, ul#leftnav .active {
	background: url("/img/global/leftnav-larrow-over.png") no-repeat scroll 0 1px transparent;
	color: #CC171E;
	font: 14px/26px 'Brawler',serif;
	padding-left: 25px;
	text-decoration: none;
}

/* MISC */
#article-content, #article-menu {
    margin-top: 20px;
}

	
/* FORM STYLES */

.textbox {
	background: url("/img/global/search-keywords.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #333333;
	font: 12px/18px Arial,Helvetica,sans-serif;
	height: 23px;
	padding-left: 27px;
	width: 155px;
	display: inline-block;
}

/*
 *  product overlay
 */
 
#curtain {
    background: #FFFFFF;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
 
#product-detail-overlay {
    display: block;
    width: 940px;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -470px;
    top: 200px;
    z-index: 110;
    display: none;
}

#product-detail-top {
    width: 960px;
    height: 44px;
    background: url(/img/global/product-detail-top.png) no-repeat top left;
}

#product-detail-close {
    display: block; 
    width: 160px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    cursor: pointer;
}

#product-detail-content {
    width: 960px;
    min-height: 335px;
    background: url(/img/global/product-detail.png) repeat-y top left;
}

#product-detail-bottom {
    width: 960px;
    height: 16px;
    background: url(/img/global/product-detail-bottom.png) no-repeat top left;
}

#product-detail-imagery, #product-detail-description {
    min-height: 300px;
    margin-top: 20px;
    margin-left: 40px;
    float: left;
}

#product-detail-imagery {
    border-right: 1px solid #ccc;
    width: 220px;
    padding-right: 40px;
}

    #product-detail-imagery img {
        margin: auto;
        margin-top: 40px;
    }
    
    
    
#product-detail-description {
    width: 550px;
}

    #product-detail-description h1 {
        font-size: 24px; 
        line-height: 25px;
    }
    
    #product-detail-description h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    #product-detail-description ul {
        list-style-type: none;
        margin: 23px 0px;
    }
    
    #product-detail-description li {
        width: 250px;
        padding: 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(/img/global/detail-arrow.png) no-repeat 245px 17px;
    }
    
    #product-detail-description li a {
        font-family: 'Brawler', Arial, Helvetica, Verdana, sans-serif;
        font-size: 14px;
        color: #121212;
        cursor: default;
    }
    #product-detail-description li:hover {
        border-radius: 5px 0 0 5px;
        background-color: #dedede;
        background-position: 248px 17px;
        padding: 10px 28px 11px 8px;
        margin-left: -3px;
        border-bottom: 0px;
        box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    }
    
    #product-detail-description ul li ul {
        position: absolute;
        margin-left: 265px;
        margin-top: -40px;
        border-radius: 5px;
        background: #dedede;
        padding: 10px;
        display: none;
        box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    }
    
    #product-detail-description li:hover ul {
        display: block;
    }
    
    #product-detail-description li ul li:hover {
        box-shadow: 0 0 0;
        width: 250px;
        padding-right: 8px;
    }
    
    #product-detail-description ul li ul li {
        border: 0px;
        background: #dedede;
    }
    
#product-detail-sizes {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px;
}

    #product-detail-sizes #qty {
        margin-left: 45px;
    }
    
    #product-detail-sizes .selectBox-dropdown {
        width: 269px;
    }

#add-to-cart {
    display: block;
    width: 148px;
    height: 27px;
    background: url(/img/global/buy-now.png) no-repeat top left;
    float: right;
    cursor: pointer;
}

#dropdown-product_id {
    width: 267px;
}

.collection-desc {
    display: block;
    overflow: hidden;
    width: 500px;
    height: 200px;
    position: absolute;
    margin-top: -206px;
    margin-left: 400px;
}
.collection-desc h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.collection-desc p {
    font-family: 'Brawler', Georgia, serif;
    font-size: 13px;
    color: #fff;
    text-align: justify;
}
