* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
}

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#ef047e;
	line-height:17px;
	color:#fff;
}
#outer {
	background:#ef047e url(../images/bg.gif) repeat-y top center;
	/*overflow:hidden;*/
	width:1003px;
	margin:0 auto;
	position:relative;
}
#wrapper {
	width:936px;
	text-align:left;
	position:relative;
	/*overflow:hidden;*/
	color:#707070;
	background-color:#fff;
	margin-left:35px;
}
*:first-child+html #wrapper {
	margin-left:5px;
}
#branding {
	width:936px;
	height:102px;
	position:relative;
}
h1 a {
	background:url(../images/milk_logo.gif) no-repeat;
	display:block;
	width:274px;
	height:102px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:332px;
}
#logo {
	display:block;
	width:280px;
	height:102px;
	position:absolute;
	top:0;
	left:332px;
}
#logo h1 {
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#ff0099;
    letter-spacing:-0.2px;
    margin-top:1px;
}
#branding ul {
	text-align:right;
	padding-top:5px;
}
#branding li {
	list-style-type:none;
	display:inline;
	margin-right:18px;
}
#branding li a {
	font-size:11px;
	color:#707070;
	text-decoration:none;
}
#branding li a:hover {
	text-decoration:underline;
}
#search {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	width:330px;
	position:absolute;
	top:43px;
	left:705px;
}
#search input {
	vertical-align:middle;
	border:1px solid #707070;
	padding:4px;
	/*background-color: #ffeffc;*/
	/*color:#000000;*/
	color: #707070;
	width: 120px; /* added 1/21/09 - Abhi */
	font-size:11px;
}
#search input.button {
	color:#707070;
	width:34px;
	height:24px;
	border:none;
	background-color:#fff;
	padding:0;
	font-size:14px;
}
#search p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:3px;
	margin-left:115px;
}
#search p a {
	color:#707070;
}
#newsletter {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	width:330px;
	position:absolute;
	top:70px;
	left:18px;
}
#newsletter input {
	vertical-align:middle;
	border:1px solid #707070;
	padding:4px;
	/*background-color: #ffeffc;*/
	color:#707070;
	font-size:11px;
}
#newsletter input.button {
	color:#707070;
	width:34px;
	height:24px;
	border:none;
	background-color:#fff;
	padding:0;
	font-size:14px;
}

/* New Navigation Style - Abhi 1/21/09 */

#menu {
width: 100%;
padding-left:0px;
float: left;
margin:0; 
list-style:none; 
position:relative; 
z-index:9999; 
background:#8a8a8a; 
height:56px; 
line-height:54px; 
text-align:center;
}
#menu ul {
list-style: none;
margin: 0;
/*background:#8a8a8a;*/
background:#a7a7a7;
float: left;
}
#menu li a {display:block; display:inline; color:#fff; height:56px;  padding:20px 10px 20px 10px; line-height:56px; text-decoration:none; white-space:nowrap;}

#menu li li a {display:block; width:100px; height:20px; line-height:20px; float:none; padding:0 25px 0 5px; font-weight:normal; text-align:left;}

#menu li li a.fly {background:url(../images/fly.gif) no-repeat right center;}

#menu li.cssplay_hover a {color:#000;}

#menu a, #menu h2{
font: 12px/12px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #8a8a8a;
text-transform:none;
}

#menu a {
color: #000;
text-decoration: none;
}

#menu a:hover {
color: #fff;
/*background: #6f6f6f;*/
background: #a7a7a7;
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}

#menu li li a {color:#fff;}
#menu li li.cssplay_hover a {color:#fff; background-color:#d5aa00;}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* End Here */



#nav {margin:0; list-style:none; position:relative; z-index:9999; background:#8a8a8a; height:56px; line-height:54px; width:100%; text-align:center;}
 
#nav ul {padding:0; margin:0; list-style:none; /*background:#8a8a8a;*/ background: #a7a7a7;}

#nav li { display:inline; }
#nav li li {float:none;}
/* a hack for  IE6 */
/** html #nav li li {float:left;}*/
* html #menu li li {float:left;} /* added 1/21/09 - Abhi - Replaced line above */

#nav li a {display:block; display:inline; color:#fff; height:56px;  padding:20px 10px 20px 10px; line-height:56px; text-decoration:none; white-space:nowrap;}

#nav li li a {display:block; width:100px; height:20px; line-height:20px; float:none; padding:0 25px 0 5px; font-weight:normal; text-align:left;}
#nav li li a.fly {background:url(../images/fly.gif) no-repeat right center;}

#nav li:hover {position:relative; z-index:300;}
#nav li.cssplay_hover {position:relative; z-index:300;}
#nav li.cssplay_hover a {color:#000;}

#nav li li a {color:#fff;}
#nav li li.cssplay_hover a {color:#fff; background-color:#d5aa00;}

#nav li:hover ul {left:0; top:30px; z-index:9999;}
*:first-child+html #nav li:hover ul {
	top:50px;
}
#nav li.cssplay_hover ul {left:0; top:33px; z-index:500;}

#nav ul {position:absolute; left:-9999px; top:-9999px; z-index:9999;}
* html #nav ul {width:2px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:60px; margin-left:100%; top:10px;}
*:first-child+html #nav li:hover li:hover > ul {left:-5px; margin-left:100%; top:-1px; z-index:9999;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; z-index:9999;}
/* show path followed */
#nav li:hover > a {color:#fff; /*background-color:#6f6f6f;*/ background: #a7a7a7;}
#nav li li:hover > a {color:#fff; background-color:#6f6f6f;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
#nav li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover a
{color:#fff; background-color:#d5aa00;}

#nav li.cssplay_hover li.cssplay_hover li a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li a,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li a
{color:#000; background-color:#e5ba00;}

/* show next level */
#nav li.cssplay_hover li.cssplay_hover ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover ul
{left:100%; margin-left:-5px; top:-1px;}

/* keep further levels hidden */
#nav li.cssplay_hover ul ul,
#nav li.cssplay_hover li.cssplay_hover ul ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover ul ul,
#nav li.cssplay_hover li.cssplay_hover li.cssplay_hover li.cssplay_hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


#sub_nav {
	clear:both;
	padding-top:5px;
	padding-bottom:15px;
}
#sub_nav ul {
	list-style-type:none;
	text-align:center;
}
#sub_nav li {
	display:inline;
}
#sub_nav a {
	font-size:11px;
	color:#707070;
	text-decoration:none;
	margin:0 5px;
}
#sub_nav a:hover {
	text-decoration:underline;
}

#content {
 width:936px;
 overflow:hidden;
 padding-bottom:30px;
 background-image:url(../images/repeatborder.jpg);
 background-position: right top;
 background-repeat:repeat-y;
} 

/*

#content {
	width:936px;
	overflow:hidden;
	padding-bottom:30px;
}
*/

#content_home {
	width:936px;
	overflow:hidden;
	padding-bottom:30px;
}


*:first-child+html #other_side .box {
 width:266px;
 padding:7px;
 height: 205px;
}



#side_bar {
	width:281px;
	float:left;
	margin-left:11px;
}
#side_bar img {
	margin-bottom:0px;
}
*:first-child+html #side_bar img {
	margin-bottom:1px;
}
#center {
	width:342px;
	float:left;
	margin-left:5px;
}
#other_side {
	width:282px;
	float:left;
	margin-left:5px;
}
#other_side .box {
	border:1px solid #8a8a8a;
	padding:5px;
	width:270px;
	overflow:hidden;
	margin-bottom:6px;
	
	height: 210px;
}
#other_side .item {
	float:left;
	text-align:center;
	/*margin:15px 7px 11px 7px;*/
	padding: 15px 7px 0px 0px;
	height:167px;
	width: 120px;
}
*:first-child+html #other_side .box {
	width:266px;
	padding:7px;
}
*:first-child+html #other_side .item {
	height:174px;
}
#other_side h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#ef047e;
}
#secondary_nav {
	list-style-type:none;
	text-align:center;
}
#secondary_nav li {
	display:inline;
}
#secondary_nav a {
	font-size:11px;
	color:#707070;
	text-decoration:none;
	margin:0 5px;
}
#secondary_nav a:hover {
	text-decoration:underline;
}
address {
	text-align:center;
	font-size:11px;
}
address a {
	color:#707070;
	text-decoration:none;
}
address a:hover {
	text-decoration:underline;
}
#social 
{
	margin: 10px auto 0px auto;
	width: 565px;
	/*height: 28px;*/
	/*height: 113px;*/
}

#social #fblike
{
	margin: 0 0 0 80px;
}

#bottom {
	/*background:url(../images/bottom.gif) no-repeat bottom center;*/
	color:#707070;
	font-size:11px;
	padding:40px 50px;
	text-align:left;
}
#block {
	width:968px;
	height:50px;
	background:url(../images/bottom.gif) no-repeat bottom center;
	margin-left:17px;
}
*:first-child+html #block {
	margin-left:2px;
}

#side_content {
	width:676px;
	color:#707070;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:0 11px;
	border-right: 1px solid #8a8a8a;
}
#side_content a {
	color:#707070;
}
#side_content a:hover {
	text-decoration:none;
}
#side_content ul, #side_content ol {
	margin-left:30px;
}
.breadcrumb {
	margin-left:45px;
	font-size:10px;
}
.breadcrumb a {
	text-decoration:none;
}
#side_content .breadcrumb a:hover {
	text-decoration:underline;
}
#product_image {
	width:240px;
	float:left;
	margin-top:14px;
	margin-left:54px;
	margin-right:20px;
}
#product_image .colors {
	text-align:center;
	margin-top:6px;
	font-size:11px;
	line-height:25px;
}
*:first-child+html #product_image .colors {
	line-height:40px;
}
#product_image .colors img {
	margin:0;
}
#product_details {
	width:384px;
	float:left;
}
#product_details h3 {
	font-size:14px;
	font-weight:bold;
}
#product_details ul {
	margin-left:15px;
	font-size:11px;
	margin-top:5px;
	margin-bottom:20px;
}
#product_details select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#707070;
	border:1px solid #8a8a8a;
	margin-right:5px;
	margin-top:0px;
	vertical-align:middle;
}
#product_details input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#707070;
	border:1px solid #8a8a8a;
	margin-right:5px;
	margin-top:0px;
	vertical-align:middle;
	padding:3px;
}
#product_details .color {
	margin-top:10px;
	margin-bottom:10px;
}
#product_details .quantity {
	margin-bottom:15px;
}
#product_details input.default_button {
	background-color:#ef047e;
	font-size:11px;
	color:#fff;
	border-color:#ef047e;
	padding:5px 10px;
}
#product_details input.sub_button {
	background-color:#fff;
	font-size:11px;
	color:#707070;
	padding:5px 10px;
}
*:first-child+html #product_details input.default_button {
	padding:5px 0px;
}
*:first-child+html #product_details input.sub_button {
	padding:5px 0px;
}
#product_details .reviews {
	list-style-type:none;
	margin:0;
	margin-top:15px;
}
#product_details .reviews li {
	display:inline;
	margin-right:20px;
	font-weight:bold;
}
#product_details .reviews li a {
	font-weight:bold;
}
#product_details .share {
	margin-top:10px;
	margin-bottom:15px;
}
#product_details .share img {
	vertical-align:middle;
	margin-left:10px;
}
#product_details .img {
	float:left;
	border:1px solid #dfdfdf;
	margin-right:2px;
}
.customers {
	clear:both;
	margin-left:45px;
	padding-top:10px;
}
.customers h3 {
	font-size:14px;
	font-weight:bold;
}
.customers .review {
	margin-bottom:20px;
}
#advertisement {
	width:225px;
	float:left;
	/*border-left:1px solid #8a8a8a;*/
	padding-left:12px;
}







#icontactform {

	width:640px;

	margin:0 auto 0 auto;

	text-align:left;

	margin-top:18px;

}

#icontactform p {

	width:471px;

	padding:0 85px 0 84px;

	color:#8a8a8a;

	line-height:18px;

}

#icontactform fieldset {

	margin-top:20px;

}

#icontactform fieldset p {

	text-align:center;

	padding-top:13px;

}

#icontactform ol {

	list-style-type:none;

}

#icontactform li {

	clear:both;

	margin-bottom:9px;

}

#icontactform label {

	width:309px;

	display:block;

	float:left;

	text-align:right;

	color:#8a8a8a;

	padding-right:11px;

	margin-top:5px;

}

#icontactform input, #icontactform textarea {

	border:1px solid #8a8a8a;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	width:168px;

	padding:5px 5px 6px 5px;

	color:#8a8a8a;

}

#icontactform textarea {

	height:85px;

	overflow:auto;

}

#icontactform select {

	border:1px solid #8a8a8a;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#8a8a8a;

	padding:3px;

}

#icontactform select#month {

	width:110px;

}

#icontactform select#date {

	width:50px;

}

#icontactform select#year {

	width:72px;

}

#icontactform .button {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	background-color:#ef047e;

	border:1px solid #ef047e;

	color:#fff;

	width:89px;

	padding:5px 0;

	line-height:normal;

	cursor:pointer;

}

/* Change font color for "Show Product's Price" feature */
.item .pcShowProductPrice {
    color:#666666;
	font-weight: bold;
	/*display: none;*/
}

.item .pcShowProductPriceWas {
    color:#666666;
    font-weight: bold;
}

.item .pcShowProductPriceNow {
    color:#EF047B;
    font-weight: bold;
}

.spacedUL li
{
    margin: 0px 0px 10px 0px;
}

.gray
{
    color: #707070;
}
