/*
Title:      Template Master Styles
Author:     Loughlin McSweeney, loughlin@choicecutsonline.com
Updated:    ...
Notes:		...
*/



/* ---( shop content container )------------------------------- */

#shop-container
{
	/*border:1px solid #000;*/
	padding-top:310px;
}


#shop-side-panel
{
	float:left;
	width:205px;
	margin-right:10px;
	margin-top:-4px;
	display:inline;
}

#shop-content
{
	float:left;
	width: 740px;
	display:inline;
}


/* ---( shopping basket )------------------------------- */

#basket
{
	width: 199px;
	margin-top:-5px;
	
}

#basket h1
{
	height: 52px;
	font-family: Arial;
	color: #F4F000;
	font-size: 14px;
	font-weight: bold;
	background: url(../store/images/basket-header.gif) no-repeat;
	height:40px;
	padding-left:6px;
	padding-top:12px;
}

#basket-contents
{
	border-left:1px solid #3B6B00;
	border-right:1px solid #3B6B00;
	border-bottom:1px solid #3B6B00;
	background: #6FAD0C url(../store/images/basket-bg.jpg) no-repeat right bottom;
	padding-bottom:20px;
	margin-bottom:20px;
}

#basket-contents table
{
	width:180px;
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	margin-left:5px;
}

#basket-contents table th#item_col
{
	font-weight:bold;
	width:140px;
	padding-right:10px;
}

#basket-contents table th#qty_col
{
	font-weight:bold;
	width:30px;
}

#basket-contents table th#price_col
{
	font-weight:bold;
	text-align:center;
}

#basket-contents table tr td#totalQtyPrice
{
	text-align:right;
}


#basket-contents table td span
{
	margin-right:5px;
}

#basket-contents table td span a
{
	font-family: Arial;
	color: #F4F000;
	font-size:12px;
	text-decoration:none;
}

#basket-contents table td a:hover
{
	text-decoration:none;
	color:#FFF;
}

#basket-contents table tr td
{
	border-bottom:1px solid #3B6B00;
	font-weight:normal;
	line-height:15px;
	padding-bottom:9px;
	padding-top:8px;
	text-align:left;
}

/* ---( shopping basket promo  )------------------------------- */

#basket-contents table#promo-offers
{
	width:180px;
	font-family: Arial;
	color: #FFF;
	font-size: 12px;
	margin-left:5px;
	margin-top:15px;
}

#basket-contents table#promo-offers th#item_col
{
	font-weight:bold;
	width:140px;
	padding:5px 0px 5px 10px;
	background-color:#3C6C00;
	color:#F4F000;
}

#basket-contents table#promo-offers th#qty_col
{
	font-weight:bold;
	width:30px;
}

#basket-contents table#promo-offers td span
{
	margin-right:5px;
}

#basket-contents table#promo-offers td span a
{
	font-family: Arial;
	color: #F4F000;
	font-size:12px;
	text-decoration:none;
}

#basket-contents table#promo-offers td a:hover
{
	text-decoration:none;
	color:#FFF;
}

#basket-contents table#promo-offers tr td
{
	border-bottom:1px solid #3B6B00;
	font-weight:normal;
	line-height:15px;
	padding-bottom:9px;
	padding-top:8px;
	text-align:left;
}




#basket-contents h2
{
	margin-left:7px;
	margin-top:15px;
	text-align:left;
	width:178px;
	border:1px solid #ABFF43;
}


#basket-contents h2 a
{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:178px;
	height:30px;
	background:url(../store/images/shopping_cart_icon.gif) no-repeat 0 0;
	padding-top:7px;
	padding-left:10px;
}

#basket-contents h2 a:hover
{
	color:#3B6B00;
	background-position:0 100%;
	display:block;
}

#basket-contents h3
{
	margin-top:5px;
	text-align:center;
	font-size:11px;
}


#basket-contents h3 a
{
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
	padding:5px;
}

#basket-contents h3 a:hover
{
	color:#3B6B00;
	background:#FFF;
}

/* ---( categories )------------------------------- */

#categories
{
	width: 199px;
	margin-bottom:20px;
	margin-top:-5px;
	
}

#categories h1
{
	height: 52px;
	font-family: Arial;
	color: #F4F000;
	font-size: 14px;
	font-weight: bold;
	background: url(../store/images/categories-header.gif) no-repeat;
	height:40px;
	padding-left:6px;
	padding-top:12px;
}

#categories-contents
{
	border-left:1px solid #3B6B00;
	border-right:1px solid #3B6B00;
	border-bottom:1px solid #3B6B00;
	background: #6FAD0C url(../store/images/basket-bg.jpg) no-repeat right bottom;
}

#categories-contents ul
{
	padding-top:10px;
	padding-bottom:15px;
	margin-left:15px;
	font-family: Arial;
	font-size: 12px;

}

#categories-contents ul li
{
	list-style:none;
	line-height:23px;
	height:23px;

}


#categories-contents ul li a
{
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
}

#categories-contents ul li a:hover
{
	font-style:bold;
	text-decoration:underline;
	color: #F4F000;
}

/* ---( manufacturers )------------------------------- */

#manufacturers
{
	width: 199px;
	margin-bottom:20px;
	
}

#manufacturers h1
{
	height: 52px;
	font-family: Arial;
	color: #F4F000;
	font-size: 14px;
	font-weight: bold;
	background: url(../store/images/manufacturer-header.gif) no-repeat;
	height:40px;
	padding-left:6px;
	padding-top:12px;
}

#manufacturers-contents
{
	border-left:1px solid #3B6B00;
	border-right:1px solid #3B6B00;
	border-bottom:1px solid #3B6B00;
	background: #6FAD0C url(../store/images/basket-bg.jpg) no-repeat right bottom;
	padding-left:10px;
	padding-top:10px;
	height:83px;
}

#manufacturers #madeby
{
	width:168px;
	font-size:12px;
	padding:5px 2px;
}

#manufacturers #search-button
{
	border:1px solid #ABFF43;
	background-color: #3C6C00;
	width:168px;
	color: #FFF;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:13px;
}



/* ---( search )------------------------------- */

#search
{
	width: 199px;
	margin-bottom:20px;
	
}

#search h1
{
	height: 52px;
	font-family: Arial;
	color: #F4F000;
	font-size: 14px;
	font-weight: bold;
	background: url(../store/images/search-header.gif) no-repeat;
	height:40px;
	padding-left:6px;
	padding-top:12px;
}

#search-contents
{
	border-left:1px solid #3B6B00;
	border-right:1px solid #3B6B00;
	border-bottom:1px solid #3B6B00;
	background: #6FAD0C url(../store/images/search-bg.jpg) no-repeat right bottom;
	padding-left:10px;
	padding-top:10px;
	height:133px;
}

#search-contents p
{
	margin-top:12px;
}

#search #searchby
{
	width:168px;
	font-size:12px;
	padding:5px 2px;
}

#search #searchterm
{
	width:160px;
	font-size:12px;
	padding:5px 2px;
}

#search #search-button
{
	border:1px solid #ABFF43;
	background-color: #3C6C00;
	width:168px;
	color: #FFF;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

/* ---( shop content - featured items )------------------------------- */


#featured-items-container
{
	width: 755px;
	background-color: #FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-bottom:18px;

}

#featured-items-container h1
{
	font-family: Arial;
	color: #3C6C00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px dotted #3C6C00;

}


.featured-item
{
	width: 365px;
	background: #FFF url(../store/images/featured-item-bg.jpg) no-repeat bottom right;
	min-height:180px;
	float:left;
	margin-left:7px;
	margin-bottom:7px;
	padding-top:7px;
	border:1px solid #CCC;
}

.pic-price
{
	float:left;
	width:134px;
}

.pic-price img
{
	display:inline;
	border:0px;
}

.pic-price p
{
	font-family: Arial;
	color:#549108;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin-top:5px;
	border:0px;
	padding:0px;
	margin:10px 0px 0px 0px;

}



.item-desc
{	
	width:222px;
	float:left;
	line-height:18px;
}

#featured-items-container .item-desc h1
{
	font-family: Verdana;
	color:#549108;
	font-size: 12px;
	font-weight: bold;
	border:0px;
	margin:0px;
	padding:0px;

}

#featured-items-container .item-desc h3
{
	font-family: Verdana;
	color:#549108;
	font-size: 12px;
	font-weight: bold;
	border:0px;
	margin:0px;
	padding:0px;
}

#featured-items-container .item-desc h3.case-price
{
	font-family: Arial;
	color:#549108;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	border-bottom:0px;
	margin-top:10px;
}

#featured-items-container .item-desc h3.rsp-price
{
	font-family: Arial;
	color:#549108;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	text-align:left;
	border-bottom:0px;
}

#featured-items-container .item-desc h3.more-info
{
	font-family: Arial;
	text-align:center;
	font-size: 10px;
	margin-top:5px;
	margin-bottom:5px;
}

#featured-items-container .item-desc h3.moreinfo span
{
	color: #717171;
	font-size: 10px;
}


.item-desc .qty-add
{
	height:30px;
	margin-bottom:10px;
}

.item-desc .qty-add p
{
	border-top:0px;
	float:left;
	padding:0px;
	margin:10px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
}

.item-desc .qty-add p a
{
	background:transparent url(../store/images/add-to-order.gif) no-repeat 0px 0px;
	color:#5C6BC5;
	display:block;
	height:28px;
	margin-left:20px;
	padding-left:26px;
	text-decoration:underline;
}

.order-quantity
{
	width:22px;
}

.item-desc h2
{
	font-family: Verdana;
	color:#6D6D6D;
	font-size: 10px;
	font-weight: bold;
}

.item-desc p
{
	color: #717171;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	margin-top:0px;
	padding-top:10px;
	border-top:1px dotted #538C07;
}

.item-desc h3
{
	color: #717171;
	font-size: 10px;
	line-height:12px;
}


.item-desc h3 abbr
{
	color:#F00;
	font-size: 10px;
	margin:0px;
	padding:0px;
	cursor:pointer;
}


/* ---( shop content - featured items )------------------------------- */


#offers-promos-container
{
	width: 755px;
	background-color: #FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-bottom:18px;

}

#offers-promos-container h1
{
	font-family: Arial;
	color: #3C6C00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px dotted #3C6C00;

}


.promo-item
{
	width: 365px;
	background: #FFF url(../store/images/featured-item-bg.jpg) no-repeat bottom right;
	min-height:180px;
	float:left;
	margin-left:7px;
	border:1px solid #EFEFEF;
}

.promo-item .promo-add
{

	margin-bottom:0px;
	float:left;
}

.promo-item .promo-add p
{
	float:left;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 3px;
	font-weight: bold;
	color: #717171;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
}

.promo-item .promo-add p a
{
	background:transparent url(../store/images/add-to-order.gif) no-repeat 0px 0px;
	color:#5C6BC5;
	display:block;
	height:28px;
	padding-left:26px;
	text-decoration:underline;
}



#offers-promos-container .item-desc h1
{
	font-family: Verdana;
	color:#549108;
	font-size: 12px;
	font-weight: bold;
	border:0px;
	margin:0px;
	padding:0px;

}

#offers-promos-container .item-desc p
{
	border-bottom:1px dotted #538C07;
	border-top:1px dotted #538C07;
	color:#717171;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:13px;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}



/* ---( shop content - items )------------------------------- */


#general-items-container
{
	width: 755px;
	background-color: #FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:18px;

}

#general-items-container h1
{
	font-family: Arial;
	color: #3C6C00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px dotted #3C6C00;

}

#general-items-container h1 span
{
	color: #F00;
}



#general-items-container .general-item
{
	width:170px;
	float:left;
	margin-left:4px;
	margin-bottom:4px;
	padding:0px 6px;
	background: #FFF url(../store/images/general-item-bg.jpg) no-repeat bottom right;
	border:1px solid #EFEFEF;

	/* IE 6 Min-height hack */
	min-height:300px;
	height:auto !important;
	height:300px;
	/* end Min-height hack */
}

#general-items-container .general-item img
{
	border:0px;
	display:block;
	margin-left:20px;
}



#general-items-container .general-item h1
{
	font-family: Verdana;
	color:#549108;
	font-size: 12px;
	font-weight: bold;
	border:0px;
	margin:0px;
	padding:0px;
	line-height:15px;

}


.general-item h2
{
	font-family: Verdana;
	color:#6D6D6D;
	font-size: 10px;
	font-weight: bold;
	line-height:12px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #538C07;
}

.general-item h3
{
	font-family: Verdana;
	color:#999;
	font-size: 10px;
	font-weight: bold;
	line-height:12px;
	margin-bottom:5px;
	padding-bottom:5px;

}

.general-item p.case-price
{
	font-family: Arial;
	color:#549108;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
}

.general-item p.original-price
{
	font-family: Arial;
	color:#549108;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	text-align:left;
}

.general-item p.original-price span
{
	text-decoration:line-through;
}

.general-item p.rsp-price
{
	font-family: Arial;
	color:#549108;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	text-align:left;
}

.general-item p.more-info
{
	font-family: Arial;
	text-align:center;
	font-size: 10px;
}

.general-item p.moreinfo span
{
	color: #717171;
	font-size: 10px;
}


.general-item p span abbr
{
	color:#F00;
	font-size: 10px;
	margin:0px;
	padding:0px;
	cursor:pointer;
}


.general-item .qty-add
{

	margin-bottom:0px;
}

.general-item .qty-add p
{
	float:left;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 3px;
	font-weight: bold;
	color: #717171;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
}

.general-item .qty-add p a
{
	background:transparent url(../store/images/add-to-order.gif) no-repeat 0px 0px;
	color:#5C6BC5;
	display:block;
	height:28px;
	padding-left:26px;
	text-decoration:underline;
}

/* ---( shop content - account signup )------------------------------- */


#account-signup-container
{
	width: 755px;
	background-color: #FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:18px;

}

#account-signup-container h1
{
	font-family: Arial;
	color: #3C6C00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #3C6C00;

}

#account-signup-container p
{
	font-family: Arial;
	color: #666;
	font-size: 12px;
	font-weight: regular;
	line-height:16px;
	margin-bottom:10px;

}


#account-signup-container h2
{
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:7px;
	text-align:center;
}


#account-signup-container h2 a
{
	color:#FFFFFF;
	font-size:14px;
}

#account-signup-container p a
{
	color: #F00;
	font-weight:bold;
}



/* ---( signup form )------------------------------- */



#contact-form-hp {
	width: 700px;
	margin: 10px 0px 0px 0px;

}

#contact-form-hp  input, #contact-form select, #contact-form textarea {
	padding: 5px;
	width: 300px;
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-form-hp textarea {
	border: 1px solid #CCCCCC;
	height: 90px;
	font-family: Tahoma;
	font-size: 14px;
	margin-bottom:10px;
	width: 309px;
}


#contact-form-hp  input.submit-button {
	width: 100px;
	padding:2px;
	margin-left:215px;
}

#contact-form-hp label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 200px;
	padding-top: 2px;
	font-size: 12px;
	font-family: Tahoma;
	color:#666;
	font-weight:bold;

}

#contact-form-hp p
{
	margin-left:214px;
	margin-top:10px;
}
/* ---( review order layout )------------------------------- */


#review-order-container
{
	width: 755px;
	background-color: #FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:18px;

}

#review-order-container h1
{
	font-family: Arial;
	color: #3C6C00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #3C6C00;
}


#review-order-container h1 span
{
	color: #F00;
}


#review-order-container h2
{
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 30px 0px;
	padding:7px;
	text-align:center;
	width:718px;
}



#review-order-container p
{
	font-family: Arial;
	color: #666;
	font-size: 12px;
	font-weight: regular;
	line-height:16px;
	margin-bottom:25px;
}

#review-order-container p#min-notice
{
	color:#333333;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:25px;
	padding:0px 60px;
	text-align:center;
}

#review-order-container p#min-notice span
{
	color:#F00;
	font-size:22px;
	font-weight:bold;
}


#review-order-container p a
{
	color: #F00;
	font-weight:bold;
}


#review-order-container table
{
	width:740px;
	font-family: Arial;
	color: #1E1E1E;
	
}

#review-order-container table th
{
	border-top:1px solid #3C6C00;
	border-bottom:1px solid #3C6C00;
	padding-left:5px;
	font-size: 16px;
	font-weight: bold;
	height:35px;
	color:#3C6C00;
	background-color: #EAEAEA;
}

#review-order-container table tr
{
	font-size: 16px;
	font-weight: bold;
	color:#000;
	background-color: #F6F4F2;
}

#review-order-container table tr td
{
	padding-left:5px;
	font-size:12px;
	color:#1E1E1E;
	height:90px;
}

#review-order-container table tr td img
{
	border:1px solid #999;
	margin-top:8px;
}

#review-order-container table tr td a
{
	color:#F00;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#review-order-container table tr td a:hover
{
	text-decoration: underline;
}

#review-order-container table tr.even
{
	background-color: #F6F4F2;
}

#review-order-container table tr.odd
{
	background-color: #FFF;
}

#review-order-container table tr td.question
{
	background-color:#FFFFFF;
	border-top:1px solid #3C6C00;
	padding-bottom:15px;
	padding-top:15px;
}



#review-order-container table tr.options td
{
	border-top:1px solid #3C6C00;
	background-color:#FFF;
	height:50px;
}



#review-order-container table#past-orders-table
{
	width:740px;
	font-family: Arial;
	color: #1E1E1E;
	
}

#review-order-container table#past-orders-table th
{
	border-top:1px solid #3C6C00;
	border-bottom:1px solid #3C6C00;
	padding-left:5px;
	font-size: 16px;
	font-weight: bold;
	height:35px;
	color:#3C6C00;
	background-color: #EAEAEA;
}

#review-order-container table#past-orders-table th#actions-heading
{
	text-align:center;
}

#review-order-container table#past-orders-table tr
{
	font-size: 16px;
	font-weight: bold;
	color:#000;
	background-color: #F6F4F2;
}

#review-order-container table#past-orders-table tr.even
{
	background-color: #F6F4F2;
}

#review-order-container table#past-orders-table tr.odd
{
	background-color: #FFF;
}

#review-order-container table#past-orders-table tr td
{
	padding-left:5px;
	font-size:12px;
	color:#1E1E1E;
	height:40px;
}


#review-order-container table#past-orders-table tr td a
{
	color:#F00;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#review-order-container table#past-orders-table tr td a:hover
{
	text-decoration: underline;
}


#review-order-container table#past-orders-table tr td.actions
{
	text-align:center;
}


/* ---( question and answer promo items table )------------------------------- */

#review-order-container table.question-answer-table
{
	width:740px;
	font-family: Arial;
	color: #1E1E1E;	
}


#review-order-container table.question-answer-table tr
{
	font-size: 16px;
	color:#1E1E1E;
	background-color: transparent;
}

#review-order-container table.question-answer-table tr td
{
	font-size:14px;
	height:25px;
	padding-left:5px;

}

#review-order-container table.question-answer-table tr td.promoitem-details
{
	color:#000;
	line-height:15px;
}

#review-order-container table.question-answer-table tr td.promoitem-details span
{
	color:#999;
}

#review-order-container table.question-answer-table .promo-answer-textbox
{
	border:1px solid #000000;
	font-size:20px;
	margin-top:10px;
	padding:4px 8px;
	width:600px;
}


#review-order-container table.question-answer-table tr td a
{
	color:#F00;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#review-order-container table.question-answer-table tr td a:hover
{
	text-decoration: underline;
}

#review-order-container table.question-answer-table tr.even
{
	background-color: #F6F4F2;
}

#review-order-container table.question-answer-table tr.odd
{
	background-color: #FFF;
}





#review-order-container table.question-answer-table tr.options td
{
	border-top:1px solid #3C6C00;
	background-color:#FFF;
	height:50px;
}


#review-promo-details
{
	border:1px solid #3C6C00;
	margin-bottom:25px;
	margin-left:51px;
	margin-top:25px;
	padding:5px 14px 5px 65px;
	width:564px;
	background: #EEEEEE url(../store/images/promo_icon.gif) no-repeat 3px 2px;

}

#review-promo-details h1
{
	border-bottom:1px dotted #3C6C00;
	color:#3C6C00;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

#review-promo-details h2
{
	color:#1E1E1E;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:transparent;
	text-align:left;
	width:100%;
}



/* ---( submit order layout and forms )------------------------------- */


#submit-order-container
{
	width: 755px;
	background-color: #FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:18px;

}

#submit-order-container h1
{
	font-family: Arial;
	color: #3C6C00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #3C6C00;
}


#submit-order-container h1 span
{
	color: #F00;
}


#submit-order-container h2
{
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	padding:7px;
	text-align:center;
}


#submit-order-container h2 a
{
	color:#FFFFFF;
	font-size:14px;
}

#submit-order-container p
{
	font-family: Arial;
	color: #666;
	font-size: 12px;
	font-weight: regular;
	line-height:16px;
	margin-bottom:25px;

}


#submit-order-container p a
{
	color: #F00;
	font-weight:bold;
}


/* ---( order submission form )------------------------------- */



#order-submission-form {
	width: 700px;
	margin: 10px 0px 0px 0px;

}

#order-submission-form input, #order-submission-form select, #order-submission-form textarea {
	padding: 5px;
	width: 315px;
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #999;
}

#order-submission-form textarea {
	height: 90px;
	width:315px;
	margin-bottom:10px;
}


#order-submission-form input.submit-button {
	width: 180px;
	padding:2px;
	margin-left:215px;
}

#order-submission-form label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 200px;
	padding-top: 2px;
	font-size: 14px;
	font-family: Arial;
	color:#666;
	font-weight:bold;

}

#order-submission-form label span {
	font-size:11px;
	font-weight:bold;
	color: #F00;
}


#order-submission-form h1
{
	background-color:#EAEAEA;
	border-bottom:1px solid #3C6C00;
	border-top:1px solid #3C6C00;
	color:#3C6C00;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:20px;
	margin-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}
