/* @override http://pizzacutfive.skyfly.com.tw/web/test.css */

body{
	background: #000;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container{
	width: 1005px;
	margin: auto;
}

a img{
	border: none;
}

.clear{
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
}

h1{
}

.total_price{
	width: 1005px;
	margin: auto;
	color: red;
	font-size: 16px;
	text-align: right;
	border-bottom: 1px solid #666;
	padding: 5px 0;
}

.item_container{
	margin-bottom: 40px;
}

/* @group ordered */

.ordered{
	border-bottom: 1px solid #333;
}

.ordered_item_container{
	width: 700px;
	float: left;
}

.ordered .plus_discount{
	float: left;
}

.ordered .plus_icon{
	width: 40px;
	height: 50px;
	float: left;
	background: url(images/plus_icon.jpg) 0 30px no-repeat;
}

.ordered .add_icon{
	width: 60px;
	height: 40px;
	background: url(images/plus_icon.jpg) 40px no-repeat;
}

.ordered .ordered_item{
	width: 300px;
	height: 110px;
	position: relative;
}

.ordered .ordered_item .photo{
	width: 90px;
	height: 90px;
	margin-right: 10px;
	float: left;
}

.ordered .ordered_item .info{
	width: 180px;
	float: left;
}

.ordered .info .name{
	color: #fff;
	font-size: 16px;
	height: 30px;
}

.ordered .info .colors{
	height: 30px;
	padding-left: 40px;
	background: url(images/color_label.jpg) 0 3px no-repeat;
}

.ordered .info .color{
	border: 2px solid #333;
	float: left;
	width: 15px;
	height: 15px;
	font-size: 0;
	margin-right: 4px;
	cursor: pointer;
}

/* @group color */

.colors .color23{ background: #009900; }
.colors .color34{ background: #999999; }
.colors .color35{ background: #FF0000; }
.colors .color36{ background: #000000; }
.colors .color40{ background: #FF0066; }
.colors .color41{ background: #ffffff; }
.colors .color42{ background: #FF99CC; }
.colors .color43{ background: #11C2EE; }
.colors .color44{ background: #FFFF00; }
.colors .color45{ background: #1A0473; }
.colors .color46{ background: #CC00FF; }
.colors .color47{ background: #68533a; }
.colors .color48{ background: #FFD9B3; }
.colors .color49{ background: #303030; }
.colors .color50{ background: #ebe3ce; }
.colors .color51{ background: #6700a3; }
.colors .color52{ background: #0c6c83; }

/* @end */

.ordered .info .sizes{
	padding-left: 40px;
	background: url(images/size_label.jpg) 0 no-repeat;
}

.ordered .info select{
	margin-right: 5px;
}

.ordered_item_container .cancel_plus{
	position: relative;
	top: 28px;
}

.ordered_item .cancel_add{
	position: absolute;
	left: 330px;
	top: 30px;
}

.ordered_item .price{
	display: none;
}

.ordered_item .plus_button{
	display: none;
}

/* @end */

/* @group price count */

.price_count{
	width: 300px;
	float: left;
	text-align: right;
	padding-top: 30px;
}

.price_count .original_price{
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
	height: 20px;
}

.price_count .discount_price{
	color: red;
	font-size: 16px;
	height: 25px;
}

.price_count .extra_buttons{
	
}

.price_count .plus_button{
	margin-right: 5px;
}

.price_count .add_button{
	margin-right: 5px;
}


/* @end */

/* @group drawer */

.drawer{
	width: 970px;
	height: 00px;
	margin: auto;
	overflow: hidden;
	padding: 30px 10px 0 10px;
	position: relative;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.drawer .drawer_arrow{
	position: absolute;
	top: 13px;
	left: 10px;
	width: 7px;
	height: 4px;
	font-size: 0px;
}

.drawer .arrow_down{
	background: url(images/drawer_arrow_open.jpg) no-repeat;
}

.drawer .arrow_up{
	background: url(images/drawer_arrow_close.jpg) no-repeat;
}

.drawer .title{
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 7px;
	left: 23px;
	cursor: pointer;
}

.drawer .discount_item{
	width: 100px;
	float: left;
	margin-right: 20px;
}

.discount_item .photo{
	width: 90px;
	margin: auto;
	cursor: pointer;
}

.discount_item .info{
	
}

.discount_item .info .price{
	color: #ccc;
	font-size: 10px;
	height: 20px;
	text-align: center;
}

.discount_item .plus_button, .discount_item .add_button{
	display: block;
	width: 53px;
	height: 22px;
	margin: auto;
}

.discount_item .name, .discount_item .sizes, .discount_item .colors, .ordered_item .plus_button, .ordered_item .add_button{
	display: none;
}

.discount_item .cancel_add, .main_item .cancel_add{
	display: none;
}



/* @end */