@charset "utf-8";
.beautycow  #container  .style15  a  {
	color: #333333;
	text-decoration: none;
}
.beautycow  #container  .style15  a:hover  {
	color: #333333;
	text-decoration: underline;
}

.beautycow  #footer .style15  a  {
	color: #333333;
	text-decoration: none;
}
.beautycow  #footer .style15  a:hover  {
	color: #333333;
	text-decoration: underline;
}

#mainnavigation {
	text-align:left;
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*height:32px;*/
}

.beautycow {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
.beautycow #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	width: 1000px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.beautycow #container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}
.beautycow #container #mainContent {
	width: 800px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}

.beautycow #footer  {
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #CCCCCC;
}
.beautycow #container #header {
	width: 1000px;
}
.banners {
	padding-right: 6px;
	padding-left: 6px;
}
.basket {
	font-size: small;
	font-weight: normal;
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
.beautycow #container #navbar {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	padding: 5px;
}
.beautycow #container #searchkeyword {
	padding: 50px 0 0 0;
	border: 1px solid #333333;
	background-repeat: no-repeat;
	font-size: small;
}
.beautycow #container #navbar a {
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.beautycow #container #navbar a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
	color: #333333;
	padding: 5px;
}
.beautycow #container #formen {
	border: 1px dashed #CCCCCC;
}
.beautycow  #container #searchkeyword {
	padding: 50px 0 0 0;
	border: 1px dashed #CCCCCC;
	background-repeat: no-repeat;
	font-size: x-small;
}
.beautycow #container #popularbrands {
	border: 1px dashed #CCCCCC;
	background-repeat: no-repeat;
	padding-bottom: 5;
	vertical-align: bottom;
}
.topbrandtable {
	border: 1px dashed #CCCCCC;
}
#popularbrands .spacer50 {
	height: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.beautycow #container #offerbanner {
	border: 1px dashed #CCCCCC;
	background-repeat: no-repeat;
	font-size: small;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.beautycow #container #mainnavigation a {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	font-size: medium;
	text-decoration: none;
}
.beautycow #container h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.beautycow #container #topproducts {
	border: 1px dashed #CCCCCC;
	background-image: url(/images/popularproductsbg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 47px;
	padding-bottom: 0;
}
.beautycow #container #imageads {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.beautycow #container #imageads td {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.beautycow #container #mainnavigation a:hover {
	height: 25px;
}
.beautycow #mainnavigation .navbar {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.beautycow #container #productrightbar #addtocartbox {
	background-image: url(/images/basketpricesbg.jpg);
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding-top: 50px;
	padding-bottom: 5px;
}
.beautycow #container #productrightbar #relateditems {
	background-image: url(/images/beautycowrecommendsbg.jpg);
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	padding-top: 50px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.oldprice {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}
.beautycow #container #catalog #navigation {
	border: 1px solid #333333;
}

.beautycow #container #catalog #navigation1 {
	border: 1px solid #333333;
}

.beautycow #container #productdetails img {

}
.beautycow #container #catalog {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.beautycow #container #catalog #navigation td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.beautycow #container #popularbrands a {
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 5;
	color: #333333;
	text-decoration: none;
}
.beautycow #container #popularbrands a:hover {
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 5;
	color: #333333;
	text-decoration: underline;
}
.beautycow #container #topproducts .style3 a {
	color: #333333;
	text-decoration: none;
}
.beautycow #container #topproducts .style3 a:hover {
	color: #333333;
	text-decoration: underline;
}
.beautycow #header .basket em a:link {
	color: #333333;
	text-decoration: none;
}
.beautycow #header .basket em a:visited {
	color: #333333;
	text-decoration: none;
}
.beautycow #container #catalog .links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
.beautycow #container #catalog #cattable {
	border: 1px dashed #CCCCCC;
}

.beautycow #container #catalog .links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
.beautycow #container #catalog .links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
.beautycow #container #mainnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.topbrandtable .normaltext a {
	text-decoration: none;
	color: #000000;
}
.topbrandtable .normaltext a:hover {
	text-decoration: underline;
	color: #000000;
}
.articles {
	border: 1px dashed #CCCCCC;
}
.beautycow #container #topproducts .style3 li {
	padding-bottom: 1px;
}
.beautycow #container #topproducts .style3 ol {
	margin-left: 1em;
	padding-left: 2em;
	padding-bottom: 0em;
}
.blocktitles {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
}
.blocktitles a:link {
	color: #333333;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #333333;
}
.imagetable {
	text-align: center;
	border: 1px solid #333333;
}
.normaltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.articles2 {
	border: 1px dashed #CCCCCC;
	background-color: #333333;
}
.topbrandtable2 {
	border: 1px dashed #CCCCCC;
	background-color:#C9EABF;
}
