

 p.order_limit {
    font-style: italic;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
	
div.lg ul li {
	display: block;
	background: #efefef;
	float: left;
	width: 430px;
	margin: 0 0 10px 0px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 150px;
	font-size: 0.93em;
}
div.lg h4 { color:#000099; font-weight:bold;
}

 div.lg ul li h4, 	 div.lg  ul li p {
	display: block;
	float: right;
	clear: right;
	width: 200px;
	line-height: 1.4;
	margin-bottom: 0.5em;
}	
div.lg  ul li img {
	width: 200px;
margin-bottom: 10px;
}

 div.place_order ul li {
	display: block;
	background: #efefef;
	float: left;
	width: 330px;
	margin: 0 0 10px 0px;
	padding: 10px 2px 0 10px;
	border: 0px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 250px;
	font-size: 0.93em;
}



div.place_order h4 { color:#000099; font-weight:bold;}

 div.place_order ul li h4, 	 div.place_order  ul li p {
	display: block;
	float: right;
	clear: right;
	width: 190px;
	line-height: 1.4;
	margin-bottom: 0.5em;
}




 div.place_order  ul li img {
	width: 130px;
	height: 100%;
	margin-bottom: 30px;
}

div#tag_select { 
    border-top: 1px solid #333;
    padding: 15px 0 0 0;
    overflow: hidden;
    clear: both;
    border-color: #d7dade; 
}
div#tag_select h4 {
    float: left;
    margin: 0 15px 0 0;
}
 div#tag_select ul {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
}
 div#tag_select ul li {
    display: inline;
    margin: 0 10px 0 0;
}
 div#tag_select select {
    float: left;
    width: 250px;
    margin-top: -1px;
}
div#tag_select p {
    clear: both; 
}

 form#cart label {
	display: block;
	margin-bottom: 0.2em;
}

 form#cart small {
	font-size: 11px;
}

div.pub_options {
    overflow: hidden;
}


 p.quantity {
    float: right;
    width: 190px;
}

div#page div#branding {
	overflow: hidden;
	margin-bottom: 20px;
}
div#branding p {
	float: right;
	margin-bottom: 15px;
	font-size: 0.86em;
	color: #333;
}


div#branding form legend {
	position: absolute;
	left: -999em;
}

div#branding form input {
	border: 0 !important;
	padding: 0px 10px !important;
	margin: 0 !important;
	width: 190px !important;
	height: 26px !important;
}


/* @end */

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
