* { margin: 0; padding: 0; }

body,html {
	background:url(http://custom.buyitsellit.com/2801/bk_body.jpg);
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#384544;
	margin:0;
	padding:0;
}


ul, ol, dl {
	position:relative;
}

a {
	color:#D8225B;
	text-decoration:none;
}

p {
	padding:0.5em 0;
	clear:both;
}

a:hover {
	text-decoration:underline;
}

a:focus {outline:none;}

h1 {
	font-size:22px;
	color:#D8225B;
}

h2, h2 a {
    color:#3FA2C7;
    font-size:16px;
    font-weight:bold;
}

img {
border: 0;
}



/* LAYOUT
------------------*/

#wrapper {
	background:url(http://custom.buyitsellit.com/2801/bk_wrapper.jpg) 0 0 repeat-x;
	height:500px;
}

#wrapperInner {
	width:940px;
	margin:0 auto;
}

#header {
	position:relative;
        width:940px;
        height:100px;
}

#content {
	padding:30px 0 20px;
}

#colLeft {
	float:left;
	padding:8px;
	background:#fff;
	border:1px dashed #C8C6C1;
        width:224px; /* 240px real width */
        margin-right:15px;
}

#colRight {
	float:left;
	width:683px;
}

#footer {
	border-top:5px solid #CCCCCC;
	line-height:35px;
	padding-bottom:25px;
	clear: both;
	margin-top: 20px;
}

/* HEADER
-----------------*/
#topNote {
        position:absolute;
        left:2px;
	line-height:43px;
	color:#F7D3DE;
	/*float:left;
	margin-left:2px;*/
}

#topMenu {
        position:absolute;
        right:0;
	list-style:none;
}

#topMenu li {
	float:left;
	padding-top:14px;
}

#topMenu li a {
	display:block;
	color:#F0C1D0;
	padding:0 13px;
	font-size:11px;
	text-decoration:none;
	border-right:1px solid #E188A6;
	font-weight:bold;
        text-transform:uppercase;
}

#topMenu li a:hover {
	color:#FFF;
}

/* -- logo --*/
#logo {
	clear:both;
	width:198px;
	height:55px;
	float:left;
	/*margin-top:22px;*/
	margin-left:2px;
        position:absolute;
        top:60px;

}

#logo h1{
	padding:0;
	margin:0;
}

#logo h1 a, #logo h1 a:hover{
	width:198px;
	height:55px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;	
}

#cartStatus {
	position:absolute;
	color:#384544;
	text-decoration:none;
	right:5px;
	top:65px;
}

#cartStatus:hover {
	color:#D8225B;
}

#topSearch {
	position:absolute;
	right:0;
	top:96px;
}

/* COL LEFT
-------------------------*/

.boxLeft {
	margin-bottom:10px;
}

.boxLeft .top {
	width:216px;
	height:38px;
	background:url(http://custom.buyitsellit.com/2801/box_top.jpg) 0 0 no-repeat;
	padding:5px 0 0 8px;
	line-height:13px;
	color:#FFF;
}

.boxLeft .top .title {
	text-transform:uppercase;
	font-weight:bold;
}

.boxLeft .top .subtitle {
	font-size:11px;
}

.boxLeft .top a.rss {
        background:url(http://custom.buyitsellit.com/2801/ico_rss.gif) 0 0 no-repeat;
        text-indent:-9999px;
        display:block;
        width:12px;
        height:12px;
        float:right;
        margin-right:6px;
        margin-top:-12px;
}

* html .boxLeft .top a.rss {
        margin-right:3px;
}

.leftMenu {
	list-style:none;
}

.leftMenu li {
	background:url(http://custom.buyitsellit.com/2801/bk_dashed.gif) 0 100% repeat-x;
	padding:6px 0;
}

.leftMenu li a {
	display:block;
	background:url(http://custom.buyitsellit.com/2801/bk_arrow.gif) 0 50% no-repeat;
	padding-left:15px;
	color:#384544;
	text-decoration:none;
}

.leftMenu li a:hover {
	color:#D8225B;
	background:url(http://custom.buyitsellit.com/2801/bk_arrow_ov.gif) 0 50% no-repeat;
}

/* featured */

.featuredItem {
	background:url(http://custom.buyitsellit.com/2801/bk_dashed.gif) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
	width:224px;
	
}

.featuredItem img {
	float:left;
}

.featuredDetails {
	margin-top:5px;
	margin-left:5px;
	float:left;
	line-height:16px;
	width:165px;
}

.featuredDetails a {
	font-weight:bold;
}

.blogItem {
	background:url(http://custom.buyitsellit.com/2801/bk_dashed.gif) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
	width:224px;
	padding-top:3px;
}

.blogItem p {
	padding:3px 0;
        font-size:11px;
}

.blogItem a.blogItemTitle {
	background:url(http://custom.buyitsellit.com/2801/ico_post.jpg) 0 0 no-repeat;
	padding-left:15px;
	line-height:17px;
}

/* COL RIGHT
-------------------------*/
.bannerHome {
	border:1px dashed #C8C6C1;
	background:#fff;
	padding:15px;
}

/* gallery */

#gallery {
        border-collapse:separate;
		margin:15px 0;
		margin-left:-15px;
		margin-top:0;	
		
}


#gallery td{
	vertical-align: top;
	padding:10px 8px;
    border-spacing:10px;
	background:#fff;
	border:1px dashed #C8C6C1;
	text-align: center;
}

.gallery-image {
      position:relative;
}

.gallery-image {
    width:132px;
    height:132px;
    text-align:center;
    border-bottom:1px solid #DBD7D0;
}

.gallery-image img {
   border:none;
}

.gallery-image img:hover {
}

.gallery-info {
	line-height: 1.5em;
	padding-top:5px;
}

.gallery-info .view {
	display:block;
	color:#FFF;
	background:#5CA9BC;
	padding:0 3px;
	height:15px;
	line-height:15px;
	font-size:11px;
	width:60px;
	float:left;
	margin-top:3px;
}

.gallery-info .view:hover {
	text-decoration:none;
	background:#D8225B;
}

.gallery-info .price {
	font-size:14px;
	color:#D8225B;
	font-weight:bold;
	float:right;
	margin-top:2px;
}

.gallery-info small strong {
        color:#97B118;
}

.promo {
      width:46px;
      height:45px;
      background:url(http://custom.buyitsellit.com/2801/promo_badge.gif) 0 0 no-repeat;
      position:absolute;
      top:-12px;
	  left:0;
}

#pageContent {
	margin-top:15px;
	padding:12px 18px;
	background:#fff;
	border:1px dashed #C8C6C1;
	line-height:140%;
	padding-bottom:20px;
	height: 100%;
}

#pageContent ul {
	list-style:inside;
}
#pagination {
	text-align: center;
	height: 20px;
}
#pagination a#prev {
	float: left;
}
#pagination a#next {
	float: right;
}


/* PRODUCT PAGE
------------------------*/

#product-left {
	width: 300px;
	float: left;
}

#product-image, .product-images {
	margin-bottom: 10px;
}

.product-images{
	
}

#product-image {
	width: 250px;
        padding-top:20px;
}

.product-images {
	margin-right: 10px;
	float: left;
}

#product-image img, .product-images img {
	border:none;
}

.product-images img {
        width:50px;
        background-color: #F7F7EE;
	margin: 3px;
	padding: 7px;
        border:none;
}



#product-right {
	float: left;
        padding-top:20px;
        margin-left:15px;
}

#product-variants {
	margin: 10px 0 15px;
	padding: 3px;
        border-top:1px solid #eee;
}

#product-variants .price {
        font-size:16px;
        font-weight:bold;
        color:#D8225B;
}

#product-variants ul {
	margin-bottom: 0;
}

#product-variants ul li {
	padding: 4px 6px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
        border-bottom:1px solid #eee;

}


#product-details {
	padding: 10px 0 15px;
}

.radio {
	margin-left: 3px;
}


/* SHOPPING CART
--------------------------*/

#cart {
	width: 100%;
        border-collapse:collapse;
}

#cart th {
	padding: 5px 0 2px;
	border-bottom: 1px dashed #C8C6C1;
        text-align:left;
}

#cart td {
	vertical-align: top;
	border-bottom: 1px dashed #C8C6C1;
}

#cart td.cart-column-one {
	padding: 7px 0;
}

#cart td.cart-column {
	width: 70px;
	padding-top: 12px;
}

#cart td.cart-columnPrice {
        text-align:right;
        padding-top: 12px;

}

#cart td.cart-columnDel {
        padding-top: 12px;
        width:30px;
}

.cart-images {
	margin: 0 10px 0 7px;
	float: left;
	
}

.cart-images img {
	background-color: #FFF;
	margin: 3px;
	padding: 5px;
        border:1px dashed #C8C6C1;
}

.cart-desc {
	width: 250px;
	padding-top: 2px;
	float: left;
}

.cart-odd, .cart-even {
	padding: 7px 10px;
}

.cart-even {
	background-color: #FAFAFA;
}

#cart-right {
	text-align: right;
	width: 250px;
	float: right;
}

#cart-right h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 15px 0;
}

#cart p {
	padding-bottom: 2px;
}

.cartRemove {
     display:block;
     width:20px;
     height:20px;
     background:url(http://custom.buyitsellit.com/2801/cart_delete.jpg) 0 0 no-repeat;
     text-indent:-9999px;
}

.cart-total {
     font-size:18px;
     font-weight:bold;
     color:#D8225B;
}

/* LIGHTBOX
-----------------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://custom.buyitsellit.com/2801/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://custom.buyitsellit.com/2801/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://custom.buyitsellit.com/2801/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://custom.buyitsellit.com/2801/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color: #403b35;
	font: bold 12px "Lucida Grande", Verdana, Arial, sans-serif;
}

/* BLOG
-------------------------*/

.blog-first, .blog {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-last {
	padding-bottom: 25px;
}

.blog-details {
	font-size: 11px;
	padding: 8px 0 6px 20px;
        border-top:1px dashed #ddd;
        border-bottom:1px dashed #ddd;
        background: url(http://custom.buyitsellit.com/2801/ico_post.jpg) no-repeat 0 7px;
}



ul#blogs {
	margin-bottom: 0;
	padding: 6px 15px 20px 0;
}

ul#blogs li {
	background: url(http://custom.buyitsellit.com/2801/ico_post.jpg) no-repeat -3px 7px;
	padding: 5px 0 5px 17px;
	list-style-type: none;
	list-style-position: outside;
}

ul#blogs li small {
        margin-left:-17px;
        font-size:11px;
        margin-top:5px;
}

.feed {
	margin-top: 3px;
	float: right;
        margin-right:15px;
}

/* FORMS
-------------------------*/

#topSearch input {
	float:left;
	width:310px;
	border:1px dashed #C8C6C1;
	padding:3px 4px;
	color:#666;
	background:#fff;
}

#topSearch label {
	float:left;
	line-height:26px;
	padding-right:15px;
}

#topSearch input.submit {
	width:61px;
	height:24px;
	background:url(http://custom.buyitsellit.com/2801/but_search.jpg) 0 0 no-repeat;
	text-align:center;
	padding-top:1px;
	font-size:11px;
	color:#FFF;
	border:none;
	margin-left:8px;
}

#q {
        width:200px;
}

#searchresults form {
        display:none;
}

#searchresults a img {
        border:none;
}

#searchresults h3 a{
    color:#3FA2C7;
}

/* CLEARING
------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
