﻿ï»¿/* gallery hover style
----------------------------------------------- */

.row0 img:hover, .row1 img:hover, #shopcats img:hover { 
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: Alpha(Opacity=60);
}

/* ebay shop
----------------------------------------------- */

.shopping_container {
}

.shop_intro {
	font-size: 11px;
}

#right li {
	list-style-type: none;
}

/* Start iKc Shop Category Images */

#shopcats_holder {
	margin-top: 35px;
}

#shopcats {
	width: 205px;
	height: 200px;
	text-align: center;
	float: left;
}

#shopcats a {
	text-decoration: none;
	color: #252525;
	font-size: 10px;
}

#shopcats a:hover {
	color: #cd0067;
}

#shopcats img {
	padding-bottom: 10px;
}

/* End iKc Shop Category Images */

/* Start Sort By Box / eBay Logo */

#sortbox {
	margin-top: 10px;
	width: 100%;
	background-color: #;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f3ee;
}

#ebaylogo {
	width: 0px;
	float: right;
	padding-bottom: 10px;
}

#sortby {
	text-align: right;
	padding: 20px 0 10px 0;
}

#sortby select {
	background-color: #ffffff;
	width: 200px;
	padding: 30px 7px 2px 5px;
	color: #333;
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;
	float: right;
}

/* End Sort By Box / eBay Logo */

/* Start Product Information */

#products { 
	width: 660px; 
}

#products a img {
	border-width: 0;
}

#products td {
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.itemname a {
	font-size: 11px;
	color: #252525;
	text-decoration: none;
	font-weight: normal;
	margin-left: 8px; 
	margin-right: 8px; 
	display: block;  
	line-height: 1.4em;
	text-align: left;
}


.itemname a:hover {
	border-color: #252525; 
	color: #cd0067;
	text-decoration: underline; 
}

.itemname a:visited {
	color: #bbb;
}

.itemname a:visited:after {
	margin-left: 10px;
	color: #cd0067;
	content: "✓";
}

.bids {  
	font-size: 11px;
	font-weight: bold;
	color: #252525;
	background-color: #fbfbfb;
} 


.price {  
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #252525;
} 



.buyprice {  
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #252525;
} 


.time {  
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #AF064F;
	paddding-bottom: 8px;
} 

.producttext {  
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #252525;
} 


.item-layout4 {
	text-align: center;
	float: left;
	height: 240px;
	width: 27%;
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	padding: 13px 10px 13px 10px;
	border-style: solid; 
	border-color: #cacaca; 
	border-width: 1px; 
	background-color: #f7f7f7;
}

.item-layout5 {
	text-align: left;
	float: left;
	background-color: #f7f7f7;
	height: 110px;
	width: 45%;
	margin-left: 6px;
	margin-top: 6px;
	display: block;
	padding: 10px;
	border-style: dotted; 
	border-color: #cccccc; 
	border-width: 1px; 
}


tr.row0 {
	background-color: #;
}

	
tr.row0:hover {
	background-color: #;
}


tr.row1 {
	background-color: #;
}


tr.row1:hover {
	background-color: #;
}

/* End Product Information */


/* Start Pagination */

#navigation {
	width: 100%; 
	padding-top: 10px; 
}


#navigation ul {
	font-size: 11px; 
	font-weight: bold;
	list-style-type: none; 
	float: right;
}


#navigation li { 
	display: inline; 
	margin-left: 10px;
	float: left; 
}

#navigation li a {  
	text-decoration: none;
	color: #cd0067;
}

#navigation li a:hover { 
	color: #252525;
	border-top: solid #cd0067 4px;
}

/* End Pagination */


/* Start View More Items On eBay */

#viewmore {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}

#viewmore a {
	font-weight: bold;
	font-size: 12px;
	color: #cd0067;
	text-decoration: none;
}

#viewmore a:hover {
	color: #252525;
	text-decoration: underline;
}

/* End View More Items On eBay */

/* Start Search Box */
#searchside {
	margin-bottom: 30px;
	font-size: 10px;
}

#searchside a {
	font-weight: bold;
	text-decoration: none;
	color: #cd0067;
}

#searchside a:hover {
	color: #252525;
}

.searchform {
	background-color: #f6f6f6;
	border: 1px solid #c4c4c4;
	padding-left: 2px;
	font-family: Helvetica, Arial, Verdana, Tahoma, Geneva, sans-serif;
	color: #999999;
	height: 17px;
	width: 235px;
	vertical-align: top;
}

.searchsubmit {
	width: 50px;
	height: 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #b3b3b3;
	border: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#searchside select {
	background-color: #ffffff;
	width: 235px;
	margin: 0 0 5px 0;
	color: #333;
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;
}

#searchside input {
	margin-right: 3px;
}
	
/* End Search Box */

/* Start Right Column */

#right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0 10px 10px 0;
	font-size: 12px;
	line-height: 1.5em;
}

#right ul li {
	clear: both;
	padding: 4px 0 4px 0; 
}

#right ul li a {
	color: #cd0067;
	text-decoration: none;
}  

#right ul li a:hover {
	color: #252525;
} 

#selected {
	font-weight: bold;
	margin-left: -8px;
}

/* End Right Column */