/************************************************/
/*                 Global Reset	                */
/************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0;
	outline: none;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse:collapse;
}
img { 
	border: none; 
}
ul, ol {
	list-style:none;
}
/************************************************/
/*                 Global Layout                */
/************************************************/

body { 
	background:url(../images/body-bg.jpg);
	font: 62.5% arial, verdana, sans-serif;
}
#wrapperOuter {
	width:960px;
	margin:0 auto;
	font-size:1.1em;
}
td#headerContainer {
	display:none;
}
table#middleContainer {
	width:960px;
	background:url(../images/bg-grey-mid.gif) repeat;
}
div.content-wrapper {
	margin: 10px 0 0 0;
	padding:0 12px;
}
td#footerContainer {
}

/************************************************/
/*                 Common Styles                */
/************************************************/

p { padding: 0 7px 10px 0; display: block; }
.skip { position: absolute; top:-10000px; }

/* SEARCH SECTION */

/* footer styles */
td#footerContainer a {
	text-decoration:none;
}
div.breadcrumbSection, div.back {
	display:none;
}

#divPoweredByVenda  {text-align: right; }
#divPoweredByVenda { width: 100%; padding: 0 0 10px; margin-top: -1.5em;}


/*  table */
table.base {
	width:928px;
	border-bottom: 1px dashed #000; 
}
table.base .last {
  padding-left: 8px;
}
div.shoppingcartcontainer table.base thead {
	background:url(../images/bg-th-cart.gif) no-repeat;
}
table.base th {
    padding: 20px 0 40px 0;
    color: #fff;
		font-size:1.3em;
		text-align:left;
    text-transform: uppercase;
}
table.base th.first {
    padding: 20px 0 40px 30px;
}
table.base td, table.totalBlock td {
	width:200px;
	padding: 5px;
	border-top: 1px dashed #000;
	color: #000;
	font-size:1.3em;
}
table.base td.name {
	width:415px;
  padding:10px 0 0 30px;
}
table.base td.del {
	width:35px;
	padding:10px 5px 0 5px;
}
table.base td.price {
	width:100px;
	padding:10px 5px 0 5px;
}
table.base td.first {
	text-align:left;
	padding-left:30px;
}
table.base td a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
table.base td a:hover {
	text-decoration:underline;
}
table.base td.icoF, table.base td.icoS {
    background-position: 97% 1px;
}
table.base td.nameOption {
    color: #787878;
    padding: 0 5px 5px 40px;
		font-size:1.1em;
}
table.base tr.nameOption td {
    border-top: none;
}
table.base .textInput {
		width:30px;
    padding: 0 2px;
		margin:5px;
}
table.totalBlock {
	width:50%;
	margin:20px 0 0 400px;
	float:right;
	clear:both;
}
table.totalBlock td {
  border-top: none;
  border-bottom: 1px solid #787878;
}
table.totalBlock tr:last-child {
	font-weight:bold;
}
div.paymentcontainer th.widthfix, div.paymentcontainer table.base th {
	color:#ee0099;
	padding:10px 0 5px 0;
}
div.paymentcontainer table.base th {
	padding:20px 0 5px 0;
}
div.paymentcontainer table.base th.first {
	padding:20px 0 5px 30px;
}
div.paymentcontainer table.base td.id, div.paymentcontainer table.base td.qty {
	padding:10px 5px 5px 5px;
}
div.print {
	display:none;
}
div#receipt .totalBlock {
	margin:20px 0 0 500px;
}
div.paymentcontainer a.middleBtn {
	display:none;
}