@charset "utf-8";
/* CSS Document */

/*		Color		*/
/*	Black: #161616	*/
/*	Blue: #006ff9	*/
/*	Red: #dd2929	*/
/*	Grey: #6f6f6f	*/


/* Font Typography
----------------------------------------------------------------------------------------------------*/
@font-face { 
	font-family: 'Bebus Neue'; 
	src: url(../_fonts/BebasNeue.otf);
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px; 
}

@font-face { 
	font-family: 'Coolvetica'; 
	src: url(../_fonts/coolvetica%20rg.otf);
	src: url(../_fonts/coolvetica%20rg.ttf);
	font-style: normal;
	font-weight: normal;
}

/* Global CSS
----------------------------------------------------------------------------------------------------*/
html {
	font-size: 16px;
}

.contain-to-grid {
	width: 100%;
	background-color: #202020;
	min-height: 100px;
	color: white;
}

.fixed {position:fixed;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.mright {margin-right: 15px;}
.mright2 {margin-right: 30px;}
.nmright {margin-right: 0px;}


/* Header
----------------------------------------------------------------------------------------------------*/

.logo {
	margin-left: 0px;
}

.logo ul {
	margin: 0px;
	list-style: none;
}

.logo ul li a {
	font-family: 'Coolvetica';
	font-size: 36px;
	display:block;
	width: 195px;
	height: 38px;
	color: #fff;
	text-decoration: none;
}

.topNav ul {
	list-style: none;
}

.topNav li {
	float: left;
	width: 103px;
	height: 20px;
	text-align: center;
	font-family: 'Bebus Neue';
	font-size: 22px;
	letter-spacing: 1px;
}

.topNav a {
	width: 100px;
	height: 20px;
	color: #6f6f6f;
	text-decoration: none;
	-webkit-transition: color 0.25s ease-in-out; 
	-moz-transition: color 0.25s ease-in-out; 
	-o-transition: color 0.25s ease-in-out; 
	transition: color 0.25s ease-in-out;
}

.topNav a:hover {
	color: #006ff9;
}

.topNav a:active {
	color: #dd2929;
}

.cart a {
	float: right;
	margin-top: 5px;
}

.search {
	margin-top: 35px;
	position: relative;
}

.search form {
	margin: 0;
	padding: 0;
}

#searchinput {
	width: 160px;
	height: 28px;
	-moz-height: 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 10px;
	outline: none;
	border: none;
	position: absolute;
	top: 0;
}

#searchbtn {
	background-image: url(../_img/search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 28px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	margin-left: 2px;
	outline: none;
	border: none;
	position: absolute;
	top: 0;
	right: 35px;
}

#searchbtn:hover {
	cursor: pointer;
	background-color: #CCC;
}


/* Main Styles
----------------------------------------------------------------------------------------------------*/
.shadow {
	-webkit-box-shadow:  0px 5px 13px 6px rgba(0, 0, 0, .3);
	box-shadow:  0px 5px 13px 6px rgba(0, 0, 0, .3);
}

.saletitle {
	margin-left: 120px;
	padding-top: 100px;
	font-family: 'Bebus Neue';
}

.saletitle h2, h3, form {
	padding-left: 30px;
}

.saletitle h2 {
	font-size: 45px;
	color: #000;
}

.saletitle h3 {
	font-size: 30px;
	color: #006ff9;
}

.saletitle .button {
	width: 220px;
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 7px;
	padding-bottom: 5px;
	display: block;
}

.box {
	position: relative;
	width: 300px;
	height: 250px;
}

.box:hover .boxover{
	display: block;
	border-bottom: 3px solid #006ff9;

}
.box img {
	width: 100%;
}

.boxover {
	position: absolute;
	top: 0px;
	left: 0;
	width: 300px;
	height: 250px;
	background-color: rgba(255,255,255,.5);
	display: none;
}

.boxover h3 {
	font-family: 'Bebus Neue';
	font-size: 25px;
	letter-spacing: 1px;
	color: #000;
	margin-top: 120px;
	text-align: center;
}

/* =================== Results ================== */

#results .box {
	width: 300px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

#results .pic {
	width: 300px;
}

#results #name, #price {
	position:relative;
	margin-top: 50px;
	font-family: 'Bebus Neue';
	letter-spacing: 1px;
	font-size: 20px;
}

#results #name {
	width: 150px;
	margin-left: 20px;
}

#results #price {
	width: 75px;
	text-align: right;
	margin-top: 50px;
	margin-right: 20px;
	font-size: 20px;
	outline: none;
}

#results a, a:active, a:hover {
	color: #000;
	text-decoration: none;
}

/* =================== Details ================== */

#details img {
	width: 650px;
	height: 300px;
}

.info {
	margin-left: 120px;
}

.info hr {
	border: none;
	border-bottom: 2px solid #999;
}

#details #name, #infoprice {
	font-family: 'Bebus Neue';
	font-size: 30px;
	letter-spacing: 1px;
}

#infoprice {
	float: left;
	font-size: 24px;
	margin-top: 20px;
}

#brand {
	font-family: 'Bebus Neue';
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#description {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	color: #666666;
	padding-right: 20px;
	margin-bottom: 0px;
}

.detailsbtn {
	width: 150px;
	margin-top: 25px;
	margin-left: 120px; 
}

#details .button{
	float: left;
	width: 150px;
	/*margin-top: 20px;*/
	margin-left: 100px;
	padding-top: 7px;
	padding-bottom: 5px;
	display: block;
}

#detailsbutton {
	margin: 15px 0 0 0;
	width: 150px;
	float: left;
}

/* =============== Related ============== */

.related h3 {
	font-family: 'Bebus Neue';
	font-size: 18px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
}

.related hr {
	border: none;
	border-bottom: 2px dashed #cccccc;
}

#related .box {
	width: 228px;
	height: 228px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

#related .pic {
	width: 228px;
}

#related #name, #price {
	position:relative;
	margin-top: 25px;
	font-family: 'Bebus Neue';
	letter-spacing: 1px;
	font-size: 16px;
}

#related #name {
	width: 130px;
	margin-left: 10px;
}

#related #price {
	width: 50px;
	text-align: right;
	margin-right: 10px;
}

#related a, a:active, a:hover {
	color: #000;
	text-decoration: none;
}

/* =============== cart ============== */

.carttitle {
	font-family: 'Bebus Neue';
	letter-spacing: 1px;
	font-size: 25px;
	text-align: center;
}

#cartpage {
	font-family: 'Bebus Neue';
	letter-spacing: 1px; 
}

#cartpage table {
	width: 960px;
}

#cartpage th {
	/*height: 25px;*/
	padding: 5px 0 2px 0;
	font-size: 20px;
	background-color: #202020;
	color: #efefef;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 2px solid #202020;
}

#cartpage th a {
	color: #efefef;
	text-align: center;
	text-decoration: underline;
}

#cartpage th a:hover {
	color: #006ff9;
	-webkit-transition: color 0.25s ease-in-out; 
	-moz-transition: color 0.25s ease-in-out; 
	-o-transition: color 0.25s ease-in-out; 
	transition: color 0.25s ease-in-out;
}

#cartpage td {
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	width: 240px;
}

#cartpage a {
	text-align: center;
	text-decoration: none;
	color: #6f6f6f;
}

#cartpage a:hover {
	color: #006ff9;
	-webkit-transition: color 0.25s ease-in-out; 
	-moz-transition: color 0.25s ease-in-out; 
	-o-transition: color 0.25s ease-in-out; 
	transition: color 0.25s ease-in-out;
}

.contbtn {
	width: 200px;
	padding-top: 7px;
	padding-bottom: 5px;
	display: block;
	color: #efefef;
}

.marleft {
	margin-left: 10px;
}

.marleft2 {
	margin-left: 30px;
}

.blue {
	background-color: #006ff9;
	color: #efefef;
}

.blue:hover {
	background-color: #202020;
}
	
/* Footer Styles
----------------------------------------------------------------------------------------------------*/

.footer {
	min-height: 50px;
	bottom: 0;
	left: 0;
}

.copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.copy a {
	color: white;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.social img {
	float: right;
}


