@charset "utf-8";

div.pageNumber {
	margin-bottom: 10px;
	height: 25px;
}

div.pageNumber  ul    {
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 5px;
}
div.pageNumber    ul  li      {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.pageNumber  ul  li  a {
	height: 20px;
	width: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
div.pageNumber  ul  li  a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
div.pageNumber  ul  li  a.active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
div.pagePicture {
	margin-bottom: 10px;
	height: 60px;
}

div.pagePicture  ul    {
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 5px;
}
div.pagePicture   ul  li      {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.pagePicture ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.pagePicture  ul  li  a {
	height: 60px;
	width: 100px;
	display: block;
	text-decoration: none;
}
div.pagePicture  ul  li  a:hover {

}



span.topic           {
	font-size: 14px;
	display: block;
	font-weight: bold;
}
span.itemCode     {
	font-size: 11px;
	color: #5C5C5C;
	font-weight: normal;
}
table.priceTable td.price {
	width: 100px;
	text-align: right;
}

.price {
	font-weight: bold;
	color: #E55F56;
	font-style: italic;
}
.price span.value {
	font-size: 14px;
	font-weight: bold;
	color: #DC291E;
	line-height: normal;
}
.price   span.currency {
	font-size: 14px;
	font-weight: bold;
	color: #DC291E;
	line-height: normal;
}



span.subTopic      {
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
div.product2  {
	width: 100%;
	clear: left;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
div.with_picture     div.information      {
	padding-left: 205px;
	margin-right: 100px;
}
div.with_picture div.information span.topic {

}

div.picture    {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 175px;
	position: relative;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
div.picture span.outOfStock {
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 1px 3px;
	margin-right: auto;
	margin-left: auto;
	right: 15px;
	top: 10px;
	line-height: 12px;
}

div.picture      .thumbnails       {
	padding: 0;
	list-style-type: none;
	margin: 0;
	float: left;
	position: relative;
	height: 45px;
}
div.picture      .thumbnails li          {
	height: 37px;
	width: 37px;
	float: left;
	margin-right: 1px;
}
div.picture     .thumbnails li     a         {
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 18px;
}
div.picture     .thumbnails li     a:hover         {
	border: 1px solid #AA8C46;
}
div.information {
	padding-top: 5px;
	padding-right: 10px;
}
div.information  table.priceTable {
	margin-bottom: 5px;
}
div.information     table.priceTable    th.currency {
	line-height: 18px;
	width: 75px;

}
div.information       table.priceTable    td   {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	line-height: 20px;
}
div.information        span.topic           {
	margin-bottom: 5px;
	padding-top: 3px;
}
div.information      span.topic      span.itemCode           {
	display: block;
}
div.information div.addToCart {
	margin-top: 5px;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 100px;
	float: right;
	text-align: right;
}
input.quantity {
	text-align: center;
	width: 28px;
}
div.information div.addToCart input.quantity {
	margin-right: 5px;
	margin-bottom: 3px;
}
div.information div.addToCart img {
	vertical-align: middle;
}

div.information  div.addToCart  span.outOfStock {
	margin-right: 8px;
	display: block;
}
div.with_form div.information div.addToCart {
	margin-top: 5px;
	position: static;
	text-align: left;
	float: left;
	width: 100%;
}


ul.product {
	list-style-type: none;
	width: 555px;
	margin: 0px;
	padding: 0px;
}

ul.product li {
	width: 177px;
	float: left;
	margin-right: 8px;
	padding-top: 10px;
}
ul.product      li    a.item {
	cursor: default !important;
	width: 177px !important;
	display: block !important;
	text-decoration: none !important;
	margin-bottom: 5px;
	position: relative;
}
ul.product li a.item span.outOfStock {
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 1px 3px;
	margin-right: auto;
	margin-left: auto;
	right: 1px;
	top: 1px;
	line-height: 12px;
}

ul.product          li     a.item   img.item_image        {
	border: 1px solid #EEE;
	height: 175px;
	width: 175px;
}
ul.product       li    a.item   span.itemCode       {
	line-height: 20px !important;
	display: block !important;
	padding: 0 10px !important;
	background-repeat: no-repeat !important;
	text-align: center !important;
	background-image: url(../images/bg_product_gray.gif);
	height: 20px;
	position: relative;
}
ul.product      li     a.item    span.itemCode   img.new      {
	color: #999;
	vertical-align: text-top;
	height: auto;
	width: auto;
	position: absolute;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	right: 1px;
}
ul.product         li    a.item:hover  img        {
	border: 1px solid #F5CF47;
}
ul.product       li    a.item:hover   span.itemCode       {
	color: #000;
	background-image: url(../images/bg_product_orange.gif);
}

ul.product div.addToCart {
	text-align: center;
	display: block;
}

ul.product  span.caption {
	display: block;
	height: 26px;
	overflow: auto;
	text-align: center;
	margin: 0;
}
ul.choose {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.choose  li {
	margin-bottom: 3px;
	line-height: 18px;
}
ul.choose  li  span.itemCode {
	display: none;
}
div.banner {
	height: auto;
}
div.banner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.banner  ul li {
	margin: 0 30px 20px 0;
	padding: 0px;
	float: left;
}
.clearLeft {
	clear: left;
}

