* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #5d5d5d;
}
li {
	margin-left: 25px;
}

body {
	background: url('../gfx/bg_body.gif') top left;
	z-index: 0;
	position: relative;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
h1 {
	font-family: Georgia, arial, sans-serif;
	font-style: italic;
	font-size: 24px;
	color: #fff;
	margin-left: 30px;
	float: left;
}
h2 {
	font-family: Georgia, arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	color: #fff;
	background: url('../gfx/bg_menu_header.gif') no-repeat top left;
	padding-left: 15px;
	padding-top: 8px;
}
#newsletterForm h2 {
	background-image: url('../gfx/bg_newsletter_header.gif');
	margin-top: 10px;
}
h3 {
	font-family: Georgia, arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 7px;
}
div.productSmall h3 {
	background: url('../gfx/bg_product_small_header.gif') top left no-repeat;
}
div.productMedium h3 {
	background: url('../gfx/bg_product_medium_header.gif') top left no-repeat;
}
div.cart h3,
div.productLarge h3 {
	background: url('../gfx/bg_product_large_header.gif') top left no-repeat;
}
h4 {
	margin: 15px 0 5px 0;
	color: #36A5EC;
	font-size: 16px;
}

h5 {
	margin: 0;
	color: #36A5EC;
	font-size: 13px;
}

.newsletter{
float:left;
margin:9px 4px;
}

#topRibbons {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../gfx/bg_ribbons_top.gif') bottom left repeat-x;
	height: 205px;
	width: 100%;
}
div.ribbonShadeLeft {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -521px;
	height: 50px;
	width: 21px;
	background: url('../gfx/bg_ribbonShadeLeft.gif') no-repeat top left;
}
div.ribbonShadeRight {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 500px;
	height: 50px;
	width: 21px;
	background: url('../gfx/bg_ribbonShadeRight.gif') no-repeat top left;
}
#bottomRibbons {
	z-index: -1;
	position: absolute;
	bottom: 50px;
	left: 0;
	background-color: #36a5ec;
	height: 50px;
	width: 100%;
}

#pageContainer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#headerImg {
	position: absolute;
	top: 10px;
	left: 20px;
}

#cart {
	position: absolute;
	top: 10px;
	right: 0;
	background: url('../gfx/bg_cart.gif') top left no-repeat;
	height: 60px;
	width: 340px;
}
#cartInfo {
	float: left;
	width: 190px;
	height: 30px;
	margin: 5px;
	padding: 10px 10px 10px 30px;
	text-align: right;
}
#cartInfo p,
#cartInfo strong {
	font-size: 13px;
}
#cartButtons {
	float: left;
	width: 80px;
	padding: 23px 7px;
}
#cartButtons a {
	font-size: 15px;
	color: #36a5ec;
	font-weight: bold;
	text-decoration: none;
}
#cartButtons a:hover {
	text-decoration: underline;
}

#topSpacer {
	height: 125px;
}
#topMenu  {
	background: url('../gfx/bg_top_menu.gif') top left no-repeat;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
}
#topMenu a {
	text-decoration: none;
	font-size: 14px;
	margin: 0 5px;
	color: #666;
}
#topMenu a:hover {
	text-decoration: underline;
}

#top {
	background: url('../gfx/bg_top.gif')  top left repeat-x;
	height: 50px;
	line-height: 50px;
}
#searchForm {
	float: right;
	width: 400px;
	padding-top: 13px;
}
#searchField {
	float: left;
	width: 245px;
	height: 23px;
	background: url('../gfx/bg_search_field.gif') no-repeat top left;
	padding: 4px 0 3px 27px;
}
#searchInput {
	border: 0;
	width: 230px;
	background-color: transparent;
}
#searchButton {
	float: left;
	margin-top: -1px;
	margin-left: 10px;
}
#searchButton button {
	background: url('../gfx/bg_search_btn.gif') no-repeat top left;
	width: 73px;
	height: 24px;
	line-height: 24px;
	border: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#breadcrumbs {
	clear: both;
	background-color: #fff;
	line-height: 20px;
	padding: 5px 0 0 10px;
}

#content {
	background: #fff;
	padding-top: 10px;
}

#leftColumn {
	padding-left: 5px;
	width: 230px;
	float: left;
}
ul.menuContainer {
	background: url('../gfx/bg_menu_footer.gif') bottom left no-repeat;
	padding-bottom: 6px;
}
ul.menuContainer li {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	border-left: 1px solid #36a5ec;
	border-right: 1px solid #36a5ec;
	font-weight: bold;
}
ul.submenuContainer li {
	border: 0;
	padding-left: 15px;
	font-weight: normal;
}
ul.menuContainer a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 0 6px 20px;
}
ul.menuContainer a.newProducts {
	color: #f00;
}
ul.menuContainer a.active {
	background: url('../gfx/bg_menu_active_link.gif') top left no-repeat;
}
ul.menuPages a.active {
	background: url('../gfx/bg_menu_active_page.gif') top left no-repeat !important;
}
ul.submenuContainer a {
	vertical-align: bottom;
	padding: 0;
	margin-left: 20px;
}
ul.submenuContainer a.active {
	background: 0;
	display: inline-block;
	border-bottom: 1px dashed #36a5ec;
}

#newsletterForm {
	background: url('../gfx/bg_newsletter_footer.gif') bottom left no-repeat;
	padding-bottom: 6px;
	margin: 10px 0;
}
#newsletterForm div.form {
	padding: 10px;
	border: 1px solid #df4128;
}
#newsletterForm div p {
	margin-bottom: 5px;
}
#newsletterInput {
	border: 1px solid #df4128;
	display: block;
	width: 170px;
	padding: 0 2px;
	height: 31px;
	line-height: 33px;
	float: left;
}
#newsletterForm button {
	background: url('../gfx/bg_newsletter_btn.gif') top left no-repeat;
	width: 29px;
	height: 33px;
	cursor: pointer;
	border: 0;
	float: left;
}

#leftColumn img {
	display: block;
	margin: 0 auto;
}


#rightColumn {
	width: 750px;
	float: left;
	padding-left: 10px;
}
div.productSmall {
	float: left;
	width: 240px;
	padding-bottom: 6px;
	background: url('../gfx/bg_product_small_footer.gif') bottom left no-repeat;
	margin-right: 8px;
	margin-top: 10px;
}
div.productMedium {
	float: left;
	width: 365px;
	padding-bottom: 6px;
	background: url('../gfx/bg_product_medium_footer.gif') bottom left no-repeat;
	margin-right: 6px;
}
div.productLarge,
div.cart {
	width: 740px;
	padding-bottom: 6px;
	background: url('../gfx/bg_product_large_footer.gif') bottom left no-repeat;
	margin-right: 6px;
}
div.productContainer,
div.cartContainer {
	border: 1px solid #36a5ec;
	padding: 3px;
  position: relative;
}
div.productContainer div.image {
	float: left;
	width: 150px;
	line-height: 150px;
	height: 150px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #36a5ec;
	text-align: center;
}
div.image  img {
	vertical-align: middle;
}
div.productSmall div.image {
	float: none;
	margin: 0 auto;
	border: 0;
}

div.productContainer div.description {
	position: relative;
	float: right;
	height: 160px;
}
div.productSmall div.description {
	float: none;
	padding: 0 15px;
	height: 145px;
	overflow: hidden;
}
div.productMedium div.description {
	width: 190px;
}
div.productLarge div.description {
	width: 560px;
	height: auto;
	padding-bottom: 60px;
}
div.description strong {
	display: block;
	font-size: 14px;
}
div.description span.priceInfo {
	position: absolute;
	display: block;
	bottom: 62px;
	right: 5px;
}
div.description span.price {
	position: absolute;
	bottom: 35px;
	right: 5px;
	font-size: 24px;
}
div.description a.more {
	position: absolute;
	bottom: 2px;
	right: 0;
	display: block;
	width: 208px;
	height: 16px;
	background: url('../gfx/bg_button_more_small.gif') top left no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
}
div.productMedium a.more {
	background-image: url('../gfx/bg_button_more_medium.gif');
	width: 175px;
}

#bottom {
	background: url('../gfx/bg_bottom.gif')  top left no-repeat;
	height: 45px;
	padding: 55px 10px 0 10px;
	text-align: center;
	margin-bottom: 25px;
}
#bottom p,
#bottom a {
	font-size: 13px;
	margin: 2px;
}

/**
 *	FORMS
 */
div.productLarge form {
	position: absolute;
	bottom: 3px;
}
div.productLarge p {
	margin: 3px 0;
}
div.productLarge input {
	border: 1px solid #333;
	height: 17px;
	width: 100px;
}
div.productLarge select {
	border: 1px solid #333;
	width: 100px;
	width: 102px;
}
div.productLarge option {
	padding: 0 5px;
}
div.productLarge button {
	background: url('../gfx/bg_button_more_small.gif') left top no-repeat;
	border: 0;
	display: block;
	font-weight: bold;
	color: #fff;
	width: 228px;
	height: 30px;
	text-align: left;
	padding: 0 10px;
	cursor: pointer;
}
div.productContainer label {
	display: inline-block;
	width: 50px;
}
div.formError {
	background-color: #faa;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #f66;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
div.formMsg {
	background-color: #afa;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #6f6;
	color: #000;	
	text-align: center;
	margin-bottom: 20px;	
}


/***  CART ***/
#tabs {
	width: 100%;
	text-align: center;
	height: 30px;
	margin-left: 2px;
}
#tabs td {
	color: #fff;
	padding: 5px;
	font-weight: bold;
}
#tabs td a {
	color: #fff;
	text-decoration: none;
}
#tabs td a:hover { 
	text-decoration: underline;
}
table.details {
	width: 100%;
}
table.details tr.head td {
	font-weight: bold;
}
table.details tr.orderHead {
	background-color: #36a5ec;
	font-weight: bold;
}
table.details tr.orderRow0 {
	background-color: #eee;
}
table.details tr.orderRow1 {
	background-color: #ddd;
}
table.details tr.orderHead td {
	color: #fff;
}
table.details tr.footer {
	border-bottom: 0 !important;
	height: 20px !important;
}
table.details tr.footer td {
	border-top: 2px solid #333;
}
table.details tbody.viewCart tr,
table.details tbody.viewCart tr {
	height: 50px;
	border-bottom: #333 solid 1px;
}
table.details tr.buttonRow {
	height: 15px !important;
	padding-bottom: 3px;
}
table.details tr.buttonRow a {
	margin-left: 15px;
	color: #666;
	text-decoration: none;	
}
table.details tr.buttonRow a.delete {
	background: url('../gfx/bg_cart_delete.gif') top right no-repeat;
	padding-right: 18px;
}
table.details tr.buttonRow a:hover {
	text-decoration: underline;
}
table.details td {
	vertical-align: top;
	padding: 2px 3px;
}
table.details td.img {
	vertical-align: middle;
	text-align: center;
}
div.cart input[type="text"] {
	border: 1px solid #333;
	width: 200px;
}
div.cart input.small {
	width: 30px;
}
div.cart select {
	border: 1px solid #333;
	width: 202px;
}
td.title {
	width: 200px;
}
td.star {
	width: 10px;
	color: #f00;
	font-size: 12px;
}
div.buttons {
	margin-top: 15px;
}
div.buttons .buttonPrev {
	float: left;
	border: 0;
	background: url('../gfx/bg_cart_back.gif') top left no-repeat;
	height: 30px;
	line-height: 30px;
	width: 168px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div.buttons .buttonBack {
	float: left;
	border: 0;
	background: url('../gfx/bg_cart_back.gif') top left no-repeat;
	height: 30px;
	line-height: 30px;
	width: 168px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-left:95px;
}

div.buttons .buttonNext,
.buttonNext {
	float: right;
	border: 0;
	background: url('../gfx/bg_cart_forward.gif') top left no-repeat;
	height: 30px;
	width: 178px;
	padding-left: 10px;
	color: #fff;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}



/*** PAGINATION ***/
div.pageNav {
	height: 20px;
}
div.pageNav .sortForm {
	float: left;
}
div.sortForm select {
	border: 1px solid #c7d8e3;
	width: 150px;
}
div.pageNav a {
	display: inline-block;
	background: url('../gfx/bg_paging.gif') left top no-repeat;
	width: 20px;
	height: 15px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
div.pageNav a:hover {
	text-decoration: underline;
}
div.pageNav a.active {
	background-image: url('../gfx/bg_paging_active.gif');
}
div.pageNum {
	float: right;
	margin-right: 5px;
}
div.nrResults {
	float: left;
	margin-left: 75px;
}

div.guestbookMessage {
	padding: 5px;
	margin: 3px 0;
	border: 1px dotted #ccf;
}
div#guestbookForm {
	padding: 10px;
	border-top: 3px solid #36a5ec;
}
div#guestbookForm #form {
	float: left;
	width: 430px;
}
#form p {
	margin: 2px 0;
	vertical-align: top;
}
#form td {
	padding: 2px 0;
}
#form label {
	display: inline-block;
	width: 140px;
}
#guestbookForm #form label {
	width: 100px;
}
#form textarea {
	border: 1px solid #333;
}
#form input[type="text"],
#form textarea {
	width: 300px;
}
#form .required {
	margin-left: -8px;
	color: red;
	font-weight: bold;
	font-size: 14px;
}
div#guestbookForm #emoticons {
	float: left;
	width: 266px;
}

#specialOffer {
	position: relative;
	height: 280px;
}
#specialOffer img {
	position: absolute;	
	top: 0;
	left: 0;
	overflow: hidden;
}
#specialOffer div.productSlider {
	position: absolute;
	top: 4px;
	margin-left: 50%;
	left: -370px;
	z-index: 5;
	width: 731px;
	height: 242px;
	cursor: pointer;
}
#specialOffer div.productSlider div {
	background-color: #666;
	padding: 15px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;	
}
#specialOffer div.productSlider div p {
	color: #fff;
	font-weight: bold;
	font-family: Georgia;	
}
#specialOffer div.productSlider div p.title {
	font-size: 20px;
}

a.infoPopup {
  position: relative;
  display: block;
  width: 10px;
}
a.infoPopup span {
  display: none;
  position: absolute;
  margin-top: -25px;
  margin-left: -365px;
  width: 350px;
  padding: 7px;
  border: 2px solid #0090EC;
  background-color: #fafafa;
  z-index: 200;
  line-height: 15px;
}
a.infoPopup:hover span {
  display: block;
}

/* Share icons */
.share {
  position: absolute;
  height: 16px;
  width: 85px;
  right: 0;
  top: 5px;
  z-index: 10;
}
.share a {
  background-image: url('../gfx/share_icons.png');
  background-repeat: no-repeat;
  float: left;
  height: 16px;
  margin: 2px;
  text-indent: -9999px;
  width: 16px;
}
.share a.linkedin {
  background-position: 0 -16px;
}
.share a.facebook {
  background-position: 0 -32px;
}
.share a.hyves {
  background-position: 0 -48px;
}

/* Share home */
.shareLayout {
  padding-left: 25px;
  margin: 10px 0;
  height: 35px;
}
.shareLayout a {
  font-family: Georgia, arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  width: 32px;
  float: left;
  text-decoration: none;
  background-image: url('../gfx/share.png');
  background-repeat: no-repeat;
  height: 32px;
  text-indent: -9999px;
}
.shareLayout a.twitter {
  background-position: left top;
  margin-right: 15px;
  margin-left: 25px;
}
.shareLayout a.hyves {
  background-position: left -32px;
  margin-right: 15px;
}
.shareLayout a.facebook {
  background-position: left -64px;
  clear: right;
}
