body { 
    margin: 0; 
    border: 0;
    padding: 0;
    background-image: url('images/axxer/bg.png');
    background-repeat: repeat;
    width: 100%;
    font-family: arial;
    font-size: 13px;
}

#container{
    margin: 20px auto 0 auto;
    width: 960px; 
    background: #FFF;
}

#sidebar {
    padding: 0;
    vertical-align: top;
    min-height: 500px;
}

#main {
    width:100%;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

/*header*/
#header {
    background-image: url('images/axxer/header-bg.png'); 
    background-repeat: no-repeat; 
    width: 100%;
    height: 220px;
}

#logoHeader {
    display: none;
}

#feed {
    position: absolute;
    margin-left: -210px;
    margin-top: -20px;
}
#backstage {
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
}
#feed img, #twitter img, #googleGadget img, #backstage img{
    border: 0;
}

#twitter {
    position: absolute;
    margin-left: -165px;
    margin-top: -40px;
}

#googleGadget {
    position: absolute;
    margin-left: -265px;
    margin-top: -20px;
}

#headerSmall {
    width: 960px; 
    color: #9E9E9E;
    text-align: right;
    position: absolute;
    top: 4px;
}

#headerSmall a {
    color: #9E9E9E;
    text-decoration: none;
    font-size: 12px;
}
#headerSmall a:hover {
    text-decoration: underline;
}

#logo {
    position: absolute;
    margin: 20px 0 0 30px;
}
#logo img{
    border: 0;
}
/*login*/
#account {
    float: right;
    margin: 10px 15px 10px 5px;
    width: 220px;
    color: #FFF;
    display: block;
}

#account a:hover{
    text-decoration: none;
}

#loginForm {
    padding-left: 25px;
    padding-right: 45px;
}

#loggedForm {
    text-align: right;
}

#account span, #account input{
    display: block;
}

#account input[type=submit] {
    display: block;
    margin-top: 10px;
    margin-left: 110px;
    background-image: url('images/axxer/login-bt.png'); 
    background-repeat: no-repeat; 
    background-position: 0 0;
    border: 0;
    width: 67px;
    height: 21px;
    color: #9B0506;
}

#account span#loggedUsername {
    display: inline;
    font-weight: bold;
}

#account ul {
    list-style: none;
}

#account a {
    color: #FFF;
}

/*menu*/
#menu{
    list-style:none;
    padding: 0;
    width: 100%;
    display: block;
    height: 25px;
    color: #FFF;
    margin: -36px 0 0 0;
}

#menu li{
    float:left;
    margin:0;
    padding:0 30px 0 30px;
}

#menu li.current_page_item{
    background-image: url('images/axxer/menu-sel-bg.png');
    background-repeat: repeat-x;
}

#menu li.current_page_item a{ 
    color: #9B0506;
}

#menu a {
    color: #FFF;
    display:block;
    padding: 5px 5px;
    text-decoration: none;
    margin: 0;
}

#menu li a:hover{ 
    color: #9B0506;
}

#submenu {
    background-image: url('images/axxer/submenu-bg.png');
    background-repeat: repeat-x;
    padding: 0;
    width: 100%;
    text-indent: 0;
    list-style:none;
    height: 28px;
    margin: 0;
    clear: left;
}

#submenu li{
    float:left;
    margin:0;
    padding:0;
}

#submenu a{
    display:block;
    padding: 5px 5px;
    text-decoration: none;
    color: #000;
}

#submenu li a:hover{ 
    color: #9B0506;
}

#submenu li.selected{
    background-image: url('images/axxer/submenu-sel-bg.png');
    background-repeat: repeat-x;
}

/*search*/
#search {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #E4E4E4;
}
#search div {
    padding: 5px 10px 5px 10px;
}

#searchHeader img {
    float: right;
}

#searchHeader {
    cursor: pointer;
}

#search .secondRow {
    margin-left: 100px;
    position: relative;
}

#search label {
    display: block;
    position: absolute;
    color: #7B7B7B;
    font-weight: bold;
}

#search #state label{
    display: inline;
    position: static;
}

#search select{
    width: 157px;
    border-color: #ABABAB;
}
#search h3{
    background-image: url('images/axxer/search-icon.png');
    background-repeat: no-repeat;
    background-color: #767676;
    padding: 6px 0 6px 40px;
    text-indent: 0;
    color: #FFF;
    font-size: 15px;
    margin: 0;
}

#search input[type=checkbox]{
    color: #12AD0B;
}

#query{
    width: 155px;
}

#search h3.submit {
    background-color: #C9C9C9;
    background-image: none;
    text-align: right;
}

#search h3.submit input{
    background-image: url('images/axxer/search-bt-bg.png');
    background-repeat: repeat-x;
    border: 0;
    color: #FFF;
    padding: 3px 10px 3px 10px;
    margin-right: 3px;
}

/*banners*/
#centralBanner{
    background-color: #000;
    width: 610px;
    height: 280px;
    overflow: hidden;
}

/*sidebar featured*/
#sidebar h2.featured{
    background-image: url('images/axxer/featured-icon.png');
    background-repeat: no-repeat;
    background-color: #767676;
    padding: 7px 20px 7px 0;
    color: #FFF;
    font-size: 15px;
    margin: 0;
    text-indent: 50px;
    display: block;
    width: 260px;
}

#sidebar ul.featured li{
    width: 100%;
    background-image: url('images/axxer/featured-item-bg.png');
    background-repeat: repeat-x;
    display: block;
    border: 0;
    margin: 0;
    text-indent: 0;
    padding: 5px 0 5px 0;
    display: block;
}

#sidebar ul.featured {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
    text-indent: 0;

}

#sidebar ul.featured a{
    color: #626262;
    text-decoration: none;
    font-size: 12px;
    text-indent: 5px;
}

#sidebar ul.featured a:hover{
    color: #9B0506;
}

#sidebar ul.featured a img{
    border: 0;
}

#sidebar ul.featured em{
    float: right;
    border-left: 1px solid #B8B8B8;
    padding: 0px 3px 0px 3px;
    font-style: normal;
    margin-top: -10px;
    display: block;
    width: 70px;
}

.smallThumb {
    width: 40px;
    height: 30px;
    text-align: center;
    overflow: hidden;
}

.featuredTitle {
    position: relative;
    left: 50px;
    white-space: nowrap;
    overflow: hidden;
    top: 20px;
    width: 140px;
}

.simple{
    left: 5px !important;
}



#sidebar ul.featured em strong{
    color: #B10400;
    font-size: 16px;
}

.otherLinks {
    list-style: none;
    font-size: smaller;
    padding-left: 5px;
    border: 0;
    margin: 0;
    text-indent: 0;
}

.otherLinks li {
    background: transparent url('images/axxer/arrow-right.gif') no-repeat scroll left center;
    padding: 0;
    border: 0;
    margin: 0;
    text-indent: 5px;
}

.otherLinks a {
    text-decoration: none;
}
.otherLinks a, .otherLinks a:visited, .otherLinks a:hover{
    color: #003399;
}
.otherLinks a:hover{
    text-decoration: underline;
}

/*main featured*/
#main {
    border-left: 1px solid #B8B8B8;
}

#main h2, #main h1, #registerForm h1, .form h1, .product h1, #main h2 a, #main h2 a:visited, #main h2 a:hover {
    background-color: #770002;
    padding: 6px 20px 6px 10px;
    color: #FFF;
    font-size: 15px;
    margin: 0;
    display: block;
}

#main div.featured{
    padding: 0;
    margin: 0;
    background-color: #FFF;
    width: 100%;
}

#main .featured ul{
    list-style: none;
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    text-indent: 0;
    background-color: #FFF;
}

#main .featured ul li{
    float:left;
    margin:0;
    padding:5px 5px 20px 5px;
    background-color: #FFF;
    border-left: 1px solid #DCDCDC;
    width: 149px;
}
#main .featured ul li.first{
    border-left: none;
}

#main .featured a{
    display:block;
    padding: 0;
    border: 0;
    text-decoration: none;
    text-align: left;
    color: #525252;
    white-space: nowrap;
    overflow: hidden;
}

#main .featured a:hover{
    color: #9B0506;
}

#main .featured a img{
    display: block;
    font-size: 12px;
    margin: 10px 0 10px 0;
    border: 0;
}

#main .featured h3 {
    text-align: center;
}

#main .featured .priceCell{
    width: 75px;
    border-top: 1px solid #DCDCDC;
    position: absolute;
    display: block;
    text-align: right;
    padding: 8px 0 0 0;
    margin: 0;
}

#main .featured .dataCell {
    width: 75px;
    position: relative;
    left: 75px;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    padding: 10px 0 0 0;
    text-indent: 5px;
    margin: 0;
    font-size: 13px;
}
#main .featured strong{
    color: #B10400;
    font-size: 16px;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.lens {
    margin-top: 50px;
    position: absolute;
}

/*footer*/
#copy {
    margin: 0 auto;
    width: 960px; 
    padding: 10px 0 10px 0;
    background-color: #E4E4E4;
    display: block;
    color: #6A6A6A;
    font-size: 12px;
    text-align: right;
    right: 20px;
}

#footer {
    margin: 0 auto;
    width: 960px; 
    color: #9E9E9E;
    font-size: smaller;
}

#sitemap .sitemapSumb { display: inline; list-style: none; }
#sitemap .sitemapSumb li{ display: block; }
#sitemap .sitemapSumb li a { overflow: hidden; white-space: nowrap; width: 110px; display: block;}

#sitemap .col {
    float:left;
    margin-right:15px;
    width:105px;
}

#footer a {
    color: #9E9E9E;
    text-decoration: none;
    font-size: 12px;
}

#footer a:hover {
    text-decoration: underline;
}

input.error {
    border: solid 1px #BB3344;
}

td.error {
    color: #BB3344;
    font-weight: bold;
    font-size: smaller;
}

#loginLoader{
    margin-top: 30px;
    margin-right: 20px;
}

#addAd {
    float: right;
    top: 150px;
    margin-right: 0px;
    position: absolute;
}

.bigThumb {
    width: 80px; 
    height: 80px; 
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    clear: all;
}

#register {
    display: block;
    color: #FFF;
    float: right;
    position: absolute;
    margin-right: 66px;
    top: 110px;s
}

#registerForm .helper, .form .helper{
    color: #999;
    font-size: 11px;
}

#registerForm th, .form th  {
    text-align: right;
}


#registerForm .emphasise, .form .emphasise{
    color: #770002;
}

#registerForm th, .form th{
    color: #770002;
    width: 150px;
}

.imageContainer {
    width: 600px;
    overflow: hidden;
    text-align: center;
}

.imageContainer img {
    border: 0;
}

.small {
    font-size: 12px;
    color: #666;
}

.featured h3 {
    clear: all;
    font-weight: normal;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.product p {
    padding: 10px;
}
.productDetails {
    float: right;
    position: relative;
    font-size: 23px;
    right: 10px;
    padding-top: 25px;
    width: 321px;
    height: 60px;
    vertical-align: middle;
    text-indent: 200px;
    background-image: url('images/axxer/price.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
    clear: all;
}

.productDetails strong{
    color: rgb(177, 4, 0);
    font-size: 26px;
}

.product img {
    border: 0;
}

.articleType {
    color: #E33; 
    position: absolute;
    margin: -15px auto 0 auto;
}


#productType {
    float: right;
    padding: 5px;
    position: relative;
}

#main ul.pager {
    display: block;
    padding: 10px;
    width: auto;
}

#main ul.pager li{
    display: inline;
    background-color: #770002;
    padding: 0;
    margin: 0;
    width: auto;
    border: 0;
}

#main ul.pager li a{
    display: inline;
    background-color: #770002;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    padding: 3px 7px 3px 7px;
}

#main ul.pager li a.active{
    font-weight: bold;
    text-decoration: underline;
}

div#searchDetails {
    padding: 0;
    margin: 0;
    border: 0;
}

#secondaryBanner img, #centralBanner img{
    border: 0;
}

#secondaryBanner {
    background-color: #E4E4E4;
}

#alternativePrice {
    font-size: 12px;
}

p#productBody h1, p#productBody h2, p#productBody h3{
    background-color: #FFF;
} 

#keepSignedIn { display: inline; }

#keepSignedInLabel { display: inline; position: absolute; margin-left: 30px; }


div.uploadButton {
	height: 29px;	
	width: 133px;
	background: url('images/axxer/upload-button.png') 0 0;
	
	font-size: 14px;
	color: #C7D92C;
	text-align: center;
	padding-top: 15px;
}

div.uploadButton.hover {
	background: url('images/axxer/upload-button.png') 0 56px;
	color: #95A226;	
}

/**pretty photo*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .top .left { background: url(../i/prettyPhoto/tl.gif) top left no-repeat; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: url(../i/prettyPhoto/tr.gif) top left no-repeat; } /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(../i/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(../i/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pictureHolder .content a.expand { background: url(../i/prettyPhoto/btnExpand.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pictureHolder .content a.expand:hover { background: url(../i/prettyPhoto/btnExpand.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pictureHolder .content a.contract { background: url(../i/prettyPhoto/btnContract.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pictureHolder .content a.contract:hover { background: url(../i/prettyPhoto/btnContract.gif) bottom left no-repeat; cursor: pointer; } /* Contract button hover */
	div.pictureHolder .content a.close { width: 81px; height: 22px; background: url(../i/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */

	div.pictureHolder .content .details .nav a.arrow_previous { background: url(../i/prettyPhoto/arrow_previous.gif) top left no-repeat; } /* The previous arrow in the bottom nav */
	div.pictureHolder .content .details .nav a.arrow_next { background: url(../i/prettyPhoto/arrow_next.gif) top left no-repeat; } /* The next arrow in the bottom nav */

	div.pictureHolder .bottom .left { background: url(../i/prettyPhoto/bl.gif) top left no-repeat; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: url(../i/prettyPhoto/br.gif) top left no-repeat; } /* Bottom right corner */

	div.pictureHolder .loaderIcon { background: url(../i/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */

	div.prettyPhotoTitle div.prettyPhotoTitleLeft { background: url(../i/prettyPhoto/ttl.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleRight { background: url(../i/prettyPhoto/ttr.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleContent { background: url(../i/prettyPhoto/ttp.gif) top left repeat-x; }

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 15px 0 20px;
			}
				div.pictureHolder .content .details p.description { display: none; float: left; margin: 0; }
				
				div.pictureHolder .content .details .nav {
					float: left;
					margin: 4px 0 0 0;
				}
				
					div.pictureHolder .content .details .nav p { float: left; margin: 0 4px; }
				
					div.pictureHolder .content .details .nav a.arrow_previous,
					div.pictureHolder .content .details .nav a.arrow_next {
						float: left;
						display: block;
						width: 8px; height: 9px;
						text-indent: -10000px;
						margin-top: 4px;
					}
					
					div.pictureHolder .content .details .nav a.disabled { background-position: 0 -10px; cursor: default; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 10000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../i/prettyPhoto/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../i/prettyPhoto/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
			
		}
		
		div.pictureHolder .content a.expand,
		div.pictureHolder .content a.contract {
			position: absolute; z-index: 20000;
			top: 10px; right: 30px;
			cursor: pointer;
			display: none;
			text-indent: -10000px;
			width: 20px; height: 20px;	
		}
			
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -12px 0 0 -12px;
			width: 24px; height: 24px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center; }
	
		div.prettyPhotoTitle {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 9999;
			color: #fff; font-size: 13px;
		}
		
			div.prettyPhotoTitle div.prettyPhotoTitleLeft,
			div.prettyPhotoTitle div.prettyPhotoTitleRight { float: left; width: 19px; height: 23px; overflow: hidden; }
			
			div.prettyPhotoTitle div.prettyPhotoTitleContent { float: left; line-height: 23px; }
            
            
            
            
            
            
            /*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 164 2008-12-02 23:31:54Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(images/axxer/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#contact-container .contact-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:174px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; background:url(images/axxer/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(images/axxer/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:50px; background:url(images/axxer/contact/send.png) no-repeat;}
#contact-container .contact-cancel {width:80px; background:url(images/axxer/contact/cancel.png) no-repeat;}
#contact-container a.modalCloseX,
#contact-container a.modalCloseX:link,
#contact-container a.modalCloseX:active,
#contact-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#contact-container a.modalCloseX:hover {color:#9bb3b3;}

#contact-container a.tabs { 
    color: #626262;
    text-decoration: none;
}
#contact-container a.tabs:hover { 
    color: #686868;
    text-decoration: underline;
}
