/***** Global.css for Gamers Cockpit *****/

* {
	padding: 0;
	margin: 0;
}
body {
	background: #000 url(../images/interface/bg_tile.gif) repeat 0 -16px;
	color: #333;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 62.5%;
	text-align: center;
}
#header strong,
#topNav a em,
#creditCards li,
#footerContact p.box,
#footerMail span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
img {
	border: 0;
}
:focus { outline: 0; }
.clear {
	clear: both;
}
.off {
	display: none;
}






/***** Typography *****/
h1 {
	font-family: "Arial Narrow", "Lucida Grande", Helvetica;
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
	margin-bottom: 10px;
}
h2 {
	font-family: "Arial Narrow", "Lucida Grande", Helvetica;
	font-size: 2em;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
}

p, li {
	font-size: 1.3em;
	padding-bottom: 1em;
	line-height: 1.5;
}
td, th {
	font-size: 1.3em;
	text-align: left;
	padding: 3px;
}
td td,
td td td,
td th,
th td {
	font-size: 1em;
}
.subHead {
	background: #e5e5e5;
}
td h2 {
	font-size: 1.5em;
	padding-top: 0.5em;
}
a:link {
	color: #3366cc;
}
a:visited {
	color: #666699;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #cc0000;
}






/***** Main Container *****/
#container {
	background: url(../images/interface/header_bg.gif) repeat-x 0 -16px;
	min-height: 400px;
}
#wrapper {
	width: 974px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}






/***** Header *****/
#header {
	height: 127px;
	position: relative;
}
#logo {
	position: absolute;
	left: 3px;
	top: 31px;
	width: 257px;
	height: 48px;
	background: url(../images/interface/gamers-cockpit-logo.gif) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 43px;
}
#tagLine {
	position: absolute;
	right: 3px;
	top: 38px;
	width: 586px;
	height: 38px;
	background: url(../images/interface/racing-driving-simulator.gif) no-repeat 0 0;
}







/***** Top Nav *****/
#topNav {
	position: absolute;
	top: 105px;
	left: 0;
	width: 974px;
	height: 43px;
	
}
#topNav li {
	float: left;
	list-style-type: none;
	height: 43px;
	line-height: 1;
	padding-bottom: 0;
}
#topNav a {
	display: block;
	height: 43px;
	background: url(../images/interface/top_nav.png) no-repeat 0 0;
}
#topNav .home a {width: 48px;background-position: 0 0;}
#topNav .store a {width: 75px;background-position: -48px 0;}
#topNav .hire a {width: 117px;background-position: -123px 0;}
#topNav .news a {width: 81px;background-position: -240px 0;}
#topNav .tips a {width: 187px;background-position: -321px 0;}
#topNav .testimonials a {width: 133px;background-position: -508px 0;}
#topNav .resellers a {width: 111px;background-position: -641px 0;}
#topNav .about a {width: 102px;background-position: -752px 0;}
#topNav .contact a {width: 120px;background-position: -854px 0;}

#topNav a:hover,
#topNav .selected {
	background: url(../images/interface/top_nav.png) no-repeat 0 -47px;
}

#topNav .home a:hover, #topNav .home a.selected {background-position: 0 -47px;}
#topNav .store a:hover, #topNav .store a.selected {background-position: -48px -47px;}
#topNav .hire a:hover, #topNav .hire a.selected {background-position: -123px -47px;}
#topNav .news a:hover, #topNav .news a.selected {background-position: -240px -47px;}
#topNav .tips a:hover, #topNav .tips a.selected {background-position: -321px -47px;}
#topNav .testimonials a:hover, #topNav .testimonials a.selected {background-position: -508px -47px;}
#topNav .resellers a:hover, #topNav .resellers a.selected {background-position: -641px -47px;}
#topNav .about a:hover, #topNav .about a.selected {background-position: -752px -47px;}
#topNav .contact a:hover, #topNav .contact a.selected {background-position: -854px -47px;}






/***** Content *****/
#content {
	margin-top: 40px;
	padding: 5px 5px 20px 5px;
}
.store #content {
	margin-top: 5px;
	padding: 5px 5px 20px 5px;
}
#contentCol {
	float: right;
	width: 700px;
	background: #fff url(../images/interface/content-bg-top.gif) no-repeat 0 0;
	padding-top: 5px;
}
#contentWrapper {
	background: url(../images/interface/content-bg-bottom.gif) no-repeat left bottom;
	padding: 5px 15px 30px 15px;
	min-height: 500px;
	position: relative;
}







/***** Nav Column *****/
#navCol {
	float: left;
	width: 261px;
	background: url(../images/interface/navcol-bg-tile.gif) repeat 0 0;
}
#navColWrapper {
	background: url(../images/interface/navcol-bg-top.gif) no-repeat 0 0;
}
#navColContent {
	background: url(../images/interface/navcol-bg-bottom.gif) no-repeat left bottom;
	padding: 15px 15px 30px 15px;
	min-height: 400px;
}
#navCol h3 {
	font-size: 1.4em;
	padding: 0 5px 3px 5px;
}
#navCol p {
	padding: 0 5px;
}
#sideNav {
	margin-bottom: 1.5em;
}
#sideNav li,
#navColContent .box li {
	list-style-type: none;
	padding-bottom: 0;
	line-height: 1.2;
	font-size: 1.2em;
	background: url(../images/interface/sidenav-bg.gif) no-repeat left bottom;
}
#sideNav a,
#navColContent .box ol a {
	display: block;
	text-decoration: none;
	padding: 3px 5px 5px 5px;
}
#sideNav a:hover {
	color: #0033cc;
}
#navColContent .box {
	padding: 10px 0 0 0;
	margin-top: 15px;
}
#navColContent .salesBox ol {
	list-style-type: none;
}
#navColContent .box form {
	padding: 3px 0 0 5px;
}







/***** Wordpress *****/
.single .entry {
	padding-top: 20px;
}
.padBottom {
	padding: 1em 0 1em 0;
}
.entry p {
	padding-right: 50px;
}
.alignright {
	float:right;
	margin: 10px 0 20px 20px;
}
p.postmetadata {
	padding-top: 1.5em;
}
.post {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.entry ul {
	margin: 10px 50px 15px 30px; 
}
.commentlist li {
	list-style-type: none;
}
.commentlist .avatar {
	float: left;
	margin: 4px 5px 0 0;
}
h3#comments {
	margin: 0 0 15px 0;
}






/***** HomePage *****/
#heroShot {
	float: left;
	position: relative;
	width: 700px;
	height: 406px;
}
#storeBox,
#hireBox {
	float: right;
	width: 245px;
	height: 184px;
	padding: 8px;
	position: relative;
	background: url(../images/content/home_side_bg.jpg) no-repeat 0 0;
}
#storeBox {
	margin-bottom: 3px; /* ie7.css */
	background: url(../images/content/home_side_store_bg.jpg) no-repeat 0 0;
}
#storeBox a,
#hireBox a {
	display: block;
	position: absolute;
	left: 9px;
	bottom: 8px;
	width: 241px;
	height: 36px;
}
#newBadge {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 72px;
	height: 73px;
	background: url(../images/interface/home-new-badge.png) no-repeat 0 0;
}
/*#content .g27promo {
	background: url(../images/content/home_logitech_g27.jpg) no-repeat 0 0;
}
#content .g27promo a {
	display: block;
	height: 184px;
}
#content .g27promo h2 {
	display: none;
}*/
#heroShot .storeButton {
	position: absolute;
	left: 22px;
	top: 174px;
	width: 155px;
	height: 41px;
	z-index: 100;
	background: url(../images/interface/blank.gif);
}
#heroShot .g940Button {
	position: absolute;
	left: 22px;
	top: 233px;
	width: 214px;
	height: 147px;
	z-index: 100;
	background: url(../images/interface/blank.gif);
}
.homePageWp .box { /* ie7.css */
	float: left;
	width: 299px;
	height: 282px;
	padding: 0 10px;
	position: relative;
	background: url(../images/interface/home-storybox-bg.jpg) no-repeat 0 0;
}
.homePageWp .latestNews,
.homePageWp .racingTips {
	margin-right: 3px;
}
.homePageWp .box h2 {
	padding: 8px 0 15px 0;
	font-weight: bold;
}
.homePageWp .box h2 a {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 70px;
	height: 30px;
	background: url(../images/interface/blank.gif);
}
.homePageWp .box h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.homePageWp .box p {
	padding: 0 0 10px 18px;
	background: url(../images/interface/bullet-witches-hat.gif) no-repeat 0 2px;
}
.homeHireImage {
	display: block;
	margin: 3px 0 0 4px;
}
.commentlist p {
	font-size: 1em;
}






/***** News *****/
.news .post {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}






/***** Resellers *****/
.resellers .post {
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 15px;
}
#navColContent .resellersBox {
	margin-top: 0;
	padding-top: 0;
}






/***** Store Home *****/
.homePage h2 {
	padding: 1em 0 0.5em 0;
}
.homePage .prodImage {
	border: none;
}





/***** MailList *****/
#navCol .mailList p {
	padding: 0;
}







/***** Cart box *****/
#shoppingSession {
	margin-top: 14px;
	padding: 15px 25px 15px 5px;
	color: #fff;
	background: url(../images/interface/cart-box-bg.gif) no-repeat 11px -13px;
}
.shoppingCartBox {
	float: right;
	position: relative;
	padding-right: 92px;
}
.sessionBox {
	float: right;
	padding-right: 20px;
}
#shoppingSession a {
	color: #fff;
}
.shoppingCartBox a#flashBasket {
	position: absolute;
	top: -8px;
	right: -10px;
	width: 92px;
	height: 28px;
}








/***** Product Details *****/
#breadcrumb {
	position: absolute;
	top: -43px;
	left: -244px;
	width: 600px;
	color: #fff;
}
#breadcrumb a {
	color: #fff;
}
h1.productDetail {
	position: relative;	
}
h1 .titlePrice {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	text-align: right;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
	color: #cc0000;
}
h1 .txtSale {
	padding-left: 10px;
}
#buyBox {
	float: right;
	width: 174px;
	background: url(../images/interface/buy-box-bg.jpg) no-repeat 0 0;
}
#buyBoxWrapper {
	padding: 6px 8px 10px 8px;
	background: url(../images/interface/buy-box-bg-bottom.jpg) no-repeat left bottom;
}
.addToCart {
	display: block;
	width: 159px;
	height: 36px;
	margin-top: 3px;
}
#buyBoxWrapper p {
	padding: 0 2px 5px 3px;
}
#prodDescription {
	margin-right: 184px;
	padding-bottom: 1.5em;
}
#prodDescription h2 {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
	margin-bottom: 10px;
}
#prodDescription div {
	font-size: 1.2em;
}
#prodDescription p,
#prodDescription li {
	font-size: 1em;
}
#prodDescription li {
	padding-bottom: 0;
}
#prodDescription ul,
#prodDescription ol {
	margin: 0 0 1em 2em;
}
.mainPic {
	padding: 20px 0;
	text-align: center;
}
.submitReview,
.readReview,
.relatedProducts {
	padding-top: 1.5em;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
	margin-bottom: 10px;
}
#imgThumbSpace a {
	float: left;
	margin: 0 9px 10px 0;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.imgThumbSpaceThingo {
	height: 10px;
}
.deposit {
	border: 2px solid #3366CC;
	background: #dde8fe;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding: 10px;
	margin: 15px 0 20px 0;
}
#prodDescription .deposit h2 {
	border: none;
	color: #3366CC;
	font-size: 1.5em;
}
.deposit strong em {
	font-size: 2em;
	font-style: normal;
}




/***** Forms *****/
.formList {
	list-style-type: none;
	margin: 0 100px;
}
.formList label {
	display: block;
}
.formList .oneLine label {
	display: inline;
}
.formList .textbox,
.formList textarea {
	font-size: 1.3em;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	color: #000;
	padding: 2px;
}
.formList .short {
	width: 60px;
}
.formList .medium {
	width: 200px;
}
.formList .long {
	width: 99%;
}
.spamBot img {
	float: left;
	margin-top: -5px;
}
.spamBot label {
	padding-bottom: 7px;
}
.formList .submitForm {
	padding-top: 1.5em;
}
.submitForm input,
.submitForm a {
	display: block;
	padding: 3px 5px;
	background: #329fee;
	color: #fff;
	border: 1px outset #329fee;
	font-size: 1em;
	font-weight: bold;
}
.formList .submitForm a {
	text-align: center;
	width: 50%;
	margin-left: 120px;
}
#gatewayForm .submitForm a {
	text-align: center;
	width: 50%;
	margin-left: 120px;
}
.formList label em {
	color: #cc0000;
	font-style: normal;
}
li.addressOne {
	padding-bottom: 3px;
}
.txtError {
	padding: 10px;
	border: 1px solid #cc0000;
	background: #fef2f2;
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 1em;
}






/***** Cart *****/
.cartProgress {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 300px;
	height: 40px;
}
.cartProgress li {
	font-size: 1em;
	float: left;
	margin-right: 15px;
	list-style-position: inside;
}
.cartProgress .txtcartProgressCurrent {
	font-weight: bold;
	border-bottom: 2px solid #333;
}
a.delete {
	color: #cc0000;
}
.cartProd {
	padding: 1.5em 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.cartProd .prodImage {
	float: left;
	width: 198px;
	height: 192px;
	overflow: hidden;
	border: 1px solid #666;
	margin-right: 10px;
}
.cartProdPrice {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 80px;
	font-family: "Arial Narrow", "Lucida Grande", Helvetica;
	font-size: 2em;
	font-weight: normal;
	text-align: right;
}
#promoCode {
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #e2e2e2;
	margin: 1.5em;
}
#cartTotals h2,
h2.cartContents {
	padding-top: 1.5em;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	margin-bottom: 10px;
}
#cartTotals p {
	text-align: right;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 1.2;
	padding: 0.5em 0;
}
#cartTotals strong {
	float: left;
}
#cartTotals p em {
	font-weight: normal;
	font-size: 90%;
}
#cartTotals p.total {
	font-weight: bold;
	font-size: 1.4em;
}
#cartInvDetails {
	float: left;
	width: 49%;
	padding-top: 2em;
}
#cartDelDetails {
	float: right;
	width: 49%;
	padding-top: 2em;
}
#cartDelDetails li {
	list-style-type: none;
}
#cartDelDetails li label {
	float: left;
	width: 100px;
}
.securityTop {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}









/***** Category thumbs *****/
.prodThumbs {
	padding-left: 15px;
}
.prodThumbs .prod {
	width: 198px;
	height: 240px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 17px 17px 0;
}
.prodThumbs .prod:hover {
	border: 1px solid #3366cc;
}
.prodThumbs .prodImage {
	display: block;
	height: 192px;
	overflow: hidden;
}
.prodThumbs p {
	padding: 8px;
	font-size: 1.1em;
	line-height: 1.2;
}






/***** Your Account *****/
.accountList {
	padding-left: 2em;
}







/***** AdSense *****/
#navColContent .adSense .ads {
	margin: -3px 0 0 -4px;
}









/***** Footer *****/
#footer {
	background: url(../images/interface/footer-bg.gif) no-repeat center top;
	min-height: 170px;
	padding: 18px 28px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footerNav li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-size: 1.1em;
	line-height: 1.2;
	padding-bottom: 0;
}
#footer p {
	padding-bottom: 0;
	line-height: 1.2;
}
#footerNav a {
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#footerNav .terms a {
	padding-right: 0;
	border-right: none;
}
#footerNav em {
	font-style: normal;
}
#footer h3 {
	font-size: 1.3em;
}
#creditCards {
	float:left;
	width: 257px;
	padding: 30px 0 0 0;
	min-height: 95px;
}
#security {
	float:left;
	padding: 30px 0 0 0;
	width: 276px;
}
#security p {
	padding: 5px 20px 0 40px;
}
#footerContact {
	float: left;
	padding: 30px 0 0 0;
	position: relative;
	width: 370px;
}
#footerContact p {
	padding: 8px 0 0 55px;
}
#footerMail {
	position: absolute;
	top: 40px;
	left: 160px;
	width: 230px;
	height: 60px;
}
#footerMail a {
	display: block;
	height: 60px;
	background: url(../images/interface/blank.gif);
}
p#disclaimer {
	clear: left;
	width: 522px;
	font-size: 1em;
	padding-top: 20px;
}
p#legals {
	float: right;
	width: 200px;
	text-align: right;
	font-size: 1em;
	padding-top: 40px; /* ie6.css */
}






















