#newshop {
	background-color: red;
	color: white;
	font-weight: bold;
	text-align:center;
	padding:10px 20% 10px 50%;
	position:absolute;
	top:50%;
	box-shadow:         1px 1px 3px #000;
	-moz-box-shadow:    1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	border: 1px black solid;
	z-index: 99999;
	left: 0px;
	overflow: hidden;
}
#newshop a, newshop a:link, newshop a:visited {
	color: white;
}

.navlayer {
	background-position: center;
	width: 760px;
	padding-top: 10px;
	z-index: auto;
}

.disclaimer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #D21500;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 200px;
	background-color: transparent;
	background-image: url(../images/icecream_footer_bg.png);
}
.disclaimer a, .disclaimer a:visited {
	color: #D21500;
	text-decoration: none;
}

.disclaimer a:hover {
	color: #B00F00;
	text-decoration: underline;
}

.productlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4C0004;
	background-color: #F9CCDD;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4C0000;
	height: 15px;
	width: 150px;
	text-transform: uppercase;
}

.productlink a, .productlink a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4C0004;
	text-transform: uppercase;
	text-decoration: none;
}
/*
.productlink:hover {
	color: #000000;
	background-color: #FDEEF4;
	border: 1px solid #000000;
}

.productlink a:hover {
	color: #000000;
}
*/
.producttable {
	text-align: center;
	vertical-align: top;
}

.producttablecell {
	text-align: center;
	vertical-align: top;
	height: 150px;
	width: 150px;
}

.maincell {
	font-family: Helvetica, Arial, sans-serif;
	color: #F7BCD5;
	background-repeat: repeat-y;
	text-align: center;
	height: 400px;
	vertical-align: top;
	background-color: #BB0204;
	background-image: url(../images/icecream_bg.jpg);
}
.maincell #productinfotable #prodselect {
	width: 300px;
}

.maincell #prodselect {
	width: 275px;
}

.maincell #productinfotable {
	width: 430px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/ic_tiles.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center top;
}

.bottombar {
	background-image: url(../images/icecream_bottombar.gif);
	height: 26px;
	background-repeat: no-repeat;
}

.bottombar a {
	padding: 0px;
}

input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #890103;
	background-color: #F3C1D4;
}

.inputimg {
	background-color: transparent;
}

.productname {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	text-shadow: #111111 2px 2px 3px;
}

.productdescr {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #DFDFDF;
	width: 400px;
}

.productbuyname {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFEE00;
	text-align: bottom;
}

.productbuybutton {
	width: 110;
}

.samplenumber {
	font-size: 9px;
	color: #FFFFFF;
	height: 15px;
}

.sizeselect {
	font-size: 10px;
	color: #FFEE00;
	height: 13px;
}

.productprice {
	font-weight: bold;
	color: #FFEE00;
}

.dropdownlabel {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 80px;
	color: #FFC2DD;
}

select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #1E0B12;
	background-color: #F391BC;
}

.moreviews {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #C2585C;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2585C;
}

.moreviewthumbs, .moreviewthumbs:link, .moreviewthumbs:visited {
	color: #C2585C;
	border-color: #C2585C;
	border-width: 1;
	border-style: solid;
}

.moreviewthumbs:hover, .moreviewthumbs a:hover, .moreviewthumbs:active {
	color: #DE9FA1;
	border-color: #DE9FA1;
	border-width: 1;
	border-style: solid;
}

.dropdownmenu {
	text-align: left;
	width: 320px;
}

.sizechart {
	width: 350px;
	border: 1px solid #780000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #970A11;
}
.sizechart td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sizechart th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF8E92;
	text-align: left;
	font-weight: normal;
}
.sizechart .header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFEA00;
	background-color: #780000;
	height: 15px;
}
.searchfield {
	font-size: 9px;
	background-image: url(../images/ic_search_bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.maincell .producttable .producttablecell {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.maincell .producttable .producttablecell:hover {
	filter: Alpha(Opacity=100);
	opacity: 1.0;
}

.twtr_follow, .fb_follow {
	filter: alpha(opacity=85);
	opacity: 0.85;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.twtr_follow:hover, .fb_follow:hover {
	filter: Alpha(Opacity=100);
	opacity: 1.0;
}
.sizechart sup, .sizechart sub {
	font-size: 6px;
}

