/* @override 
	http://localhost:8888/testing/hunder/assets/templates/3.5/media/css/style.css
	http://10.0.1.2:8888/testing/hunder/assets/templates/3.5/media/css/style.css
*/

/* @group Globals */

/* @group Fonts */

@font-face {
	font-family: Sansation;
	src: url('../fonts/Sansation_Regular.ttf');
}

@font-face {
	font-family: Sansation;
	font-weight: bold;
	src: url('../fonts/Sansation_Bold.ttf');
}

@font-face {
	font-family: Greyscale;
	src: url('../fonts/gb-r.ttf');
}

@font-face {
	font-family: Greyscale;
	font-weight: bold;
	src: url('../fonts/gb-b.ttf');
}

@font-face {
	font-family: Colaborate;
	src: url('../fonts/ColabReg.otf');
}

@font-face {
	font-family: Colaborate;
	font-weight: bold;
	src: url('../fonts/Colabbol.otf');
}

@font-face {
	font-family: Stencil;
	src: url('../fonts/HouseSampler-UnitedStencil.otf');
}

@font-face {
	font-family: Alpha;
	src: url('../fonts/alpha_echo.ttf');
}

/* @end */

html {
	background: #F1F2EC url(../images/bg.png) repeat-x left top;
	font-size: 22px;
}

body {
	color: #333;
	font: 14px/16px Colaborate, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	background: url(../images/bg.png) repeat-x left top;
}

/*h1, h2, h3, h4, h5, h6 {
	font: 14px/16px Sansation, "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	padding: 0 10px;
	margin-bottom: 12px;
	border: 1px solid #000000;
	background: url(../images/blackGradient.png) repeat-x center top;
	text-shadow: #000 1px 1px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}

/*h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	padding: 0 10px;
	margin-bottom: 12px;
	border: 1px solid #000000;
	background: url(../images/blackGradient.png) repeat-x left top;
	display: block;
}*/

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 12px;
	border-top: 1px dotted #AAAAAA;
}

p {
	margin-bottom: 10px;
}

a {
	color: #333333;
}

a:hover {
	color: #fb4d0d;
}

hr {
	margin-bottom: 12px;
	color: #AAAAAA;
}

ul {
	list-style-type: none;
}

li {
	padding: 0 12px;
}

img {
	
}

.small, .small * {
	font-size: 11px;
	color: #8c8c8c;
}

/* @end */

/* @group Layout */

.container {
	width: 860px;
	margin: 0 auto;
}

#content {
	padding: 20px;
	background-color: #FFF;
}

#top {
	background-color: #000;
}

#header {
	padding-top: 10px;
	color: #FFF;
	background-color: #474747;
	height: 90px;
}

#logo {
	float: left;
}

/* @group Fan Facebook */

#fanfb {
	float: right;
	width: 200px;
	overflow: hidden;
	background-color: #f1f2ec;
	border: 1px #000 solid;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#fanfb div {
	background-color: #2B2B2B;
	color: #FFF;
}

#fanfb div a{
	color: #FFF;
}


/* @end */

/* @end */

/* @group Navigation */

/* @group Top */

#nav {
	height: 33px;
	background: #000 url(../images/navBg.png) repeat-x left top;
	border: 1px solid #333333;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

#nav ul li {
	float: left;
	color: #FFF;
	padding: 0;
	position: relative;
}

#nav ul li a {
	float: left;
	display: block;
	padding: 0 10px;
	color: #FFF;
	line-height: 33px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #333333;
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #fb4d0d;
	cursor: pointer;
}

#nav ul li ul {
	display: none;
	float: left;
	position: absolute;
	left: -1px;
	top: 32px;
	background: #333;
	margin: 0;
	padding: 0;
	width: 170px;
	border: 1px solid #000;
	border-top: none;
	z-index: 999;
}

#nav ul li:hover ul {
	display: inline;
}

#nav ul li ul li {
	margin: 0;
	padding: 0;
	clear: both;
	width: 170px;
}

#nav ul li ul li a {
	border: none;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

#nav ul li ul li:hover, #nav ul li ul li:hover a {
	color: #fb4d0d;
	cursor: pointer;
}

.bottomnav {
	float: left;
	width: 100%;
	height: 30px;
	clear: both;
}

.bottomnav li {
	float: left;
	padding: 0;
	margin-right: 20px;
}

.bottomnav li a {
	color: #8c8c8c;
}

/* @end */

/* @end */

.breadcrumbs {
	padding: 0 6px;
	margin-bottom: 12px;
	color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
}

.breadcrumbs a {
	color: #999;
}

div.products {
	
}

#product .products {
	padding: 0;
	margin-bottom: 12px;
}

.collections {
	overflow: hidden;
}

.collections div {
	width: 404px;
	margin-right: 12px;
	overflow: hidden;
	float: left;
}

.collections .homme {
	
}

.collections .femme {
	margin: 0;
}

ul.products {
	overflow: hidden;
	width: 832px;
	margin-left: -6px;
}

#frontpage ul.products {
	float: left;
	width: 419px;
}

ul.products li {
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	width: 195px;
	padding: 0 6px;
}

#frontpage ul.products li {
	width: 196px;
}

ul.products li img {
	width: 194px;
	border: 1px solid #999;
}

ul.products li a:hover img {
	border: 1px solid #fb4d0d;
}

.jumpLink {
	min-width: 200px;
	padding: 4px;
	margin: 0 auto 10px auto;
	text-align: center;
	border: 1px solid #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#frontpage h2 {
	
}

div.products img {
	width: 818px;
	margin: 0;
	padding: 0;
	border: 1px solid #8B8B8B;
	background: url(../images/ajaxloader.gif) no-repeat left center;
}

div.newsletter {
	margin: 10px 0;
}

p.productname {
	
}

h3.productname {
	padding: 0 0 10px 0;
	font-size: 14px;
}

h3.productname a:link {
	
}

.frontDisplay {
	width: 820px;
	height: 400px;
	margin: 0 0 12px;
	position: relative;
}

.frontDisplay img {
	border: 1px solid #8B8B8B;
}

.productinfos {
	margin-bottom: 10px;
}

.pricebox {
	float: left;
	width: 92px;
	background-color: #EDEDED;
	color: #999999;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.price {
	padding: 10px 0;
}

.buybtn a {
	width: 92px;
	line-height: 25px;
	display: block;
	color: #666;
	background: #cacaca;
	font-size: 14px;
	letter-spacing: 0;
	text-decoration: none;
}

.buybtn a:hover {
	background: #9f9f9f;
}

.productdetails {
	float: left;
	width: 612px;
	min-height: 65px;
	padding: 10px 0;
	background-color: #EDEDED;
	color: #666666;
	margin: 0 12px 10px 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.social {
	float: left;
	width: 592px;
	padding: 10px;
	margin: 0 104px;
	background-color: #EDEDED;
	color: #666666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 14px;
}

	.social h4 {
		float: left;
		margin-right: 20px;
		line-height: 24px;
		margin-bottom: 0;
}
/* @group Product Status */

.selection span, .dispo span, .backorder span, .new span, .soon span, .sale span, .fdc span {
	display: block;
	width: 828px;
	height: 54px;
	position: absolute;
	z-index: 999;
}

.dispo span {
	background: url(../images/rib_dispo.png) no-repeat right bottom;
}

.fdc span {
	background: url(../images/rib_dispo_fdc.png) no-repeat right bottom;
	height: 84px;
}

.backorder span {
	background: url(../images/rib_backorder.png) no-repeat right bottom;
}

.new span {
	background: url(../images/rib_new.png) no-repeat right bottom;
}

.soon span {
	background: url(../images/rib_soon.png) no-repeat right bottom;
}

.sale span {
	background: url(../images/rib_sale.png) no-repeat right bottom;
}

.selection span {
	background: url(../images/rib_selection.png) no-repeat right bottom;
}

/* @end */

/*@group Newsletter */

.newsletter form {
	padding: 0 4px;
	border: 1px solid #8b8b8b;
	text-align: right;
	background: #9c9c9c url(../images/gradientGray.png) repeat-x center top;
}

.newsletter fieldset {
	padding: 5px;
	border: none;
	margin: 0;
}

.newsletter input {
	height: 22px;
	border: 1px solid #8B8B8B;
	font-size: 18px;
	line-height: 30px;
	padding: 4px;
	margin: 0;
	width: 400px;
}

.newsletter button {
	background-image: url(../images/blackGradient.png);
	color: #FFFFFF;
	padding: 0 10px;
	border: 1px solid #000000;
	font-size: 18px;
	font-weight: bold;
	height: 31px;
	line-height: 30px;
}

/* @end */

/* @group Bottom */

#bottom {
	margin-bottom: 12px;
	overflow: hidden;
}

.ads {
	text-align: center;
	margin-bottom: 12px;
	padding: 15px 10px 10px;
	background: #262626 url(../images/blackGradient.png) repeat-x;
	border: 1px solid #000000;
}

ul.friends {
	float: left;
	clear: both;
	width: 860px;
	list-style-type: none;
	margin-left: -6px;
}

.friends li {
	float: left;
	width: 203px;
	padding: 0;
	margin: 0 6px;
}

/* @end */

/* @group Love This */

.lovethis {
	width: 92px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 12px;
}

.lovethiscount {
	width: 92px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 12px;
}

.lt-addcount, .lt-coeur {
	width: 92px;
	line-height: 25px;
	float: left;
	color: #FFF;
}

.lt-addcount a {
	width: 92px;
	line-height: 25px;
	display: block;
	text-indent: -3000em;
	background: #cacaca url(../images/lt-add.png) no-repeat center center;
}

.lt-addcount a:hover {
	background: #9f9f9f url(../images/lt-add.png) no-repeat center center;
}

.lt-coeur {
	background: #cacaca url(../images/lt-coeur.png) no-repeat center center;
}

.lt-count {
	background-color: #EDEDED;
	color: #999999;
	padding: 10px 0;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: -2px;
}

.lt-smallcount {
	float: right;
	position: absolute;
	top: 96px;
	left: 161px;
	background: #ededed url(../images/heart_small.png) no-repeat left center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0 5px 0 15px;
}

/* @end */

/* @group Footer */

#footer {
	overflow: hidden;
	padding-top: 10px;
	color: #8c8c8c;
	background: #474747;
	border-top: 8px solid #666;
}

.copyright {
	float: left;
	width: 100%;
	clear: both;
}

.credits {
	float: left;
	width : 100%;
	clear : both;
}

/* @end */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .container {
	display: inline-block;
}

* html .clearfix,
* html .container {
	height: 1%;
}

.clearfix, .container {
	display: block;
}