@import "forms.css";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: 0.75em "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	color: #888;
}


h1 { 
	position: absolute;
	top: 30px;
	right: 0;
	width: 40px;
	height: 75px;
	background: url('../images/peroni_logo.jpg') top right no-repeat;
}
h1 span {
	visibility: hidden;
	font-size: 1%;
}

#ctr {
	width: 750px; _width: 752px;
	padding-bottom: 20px;
	margin-left: 20px;
}


h2 {
	padding: 0px 0;
	height: 75px;
	margin: 0;
	color: #666;
	border-bottom: 1px dotted #999;
}

.orderImage {
	position:absolute;
	top:72px;
	left:600px;
}

.viewImage {
	position:absolute;
	top:72px;
	left:693px;
}

h3.dotted {
	border-bottom: 1px dotted #999;
	padding-bottom: 2px;
	margin-top: 20px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}
a {
	color: #777;
}
a:hover {
	color: #444;
}

ul#topmenu {
	margin: 0;
	list-style: none;
	text-align: right;
	height: 25px;
	margin-top: 5px;
}
ul#topmenu li {
	color: #888;
	display:inline;
	font-size: 85%;
}
ul#topmenu a {
	text-decoration: none;
}
ul#topmenu a:hover {
	text-decoration: underline;
}

#breadcrumb {
	margin: 4px 0 0 0;
	font-size: 85%;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#title {
	margin: 35px 0 15px 0;
	text-align:right;
}
#title .left {
	float:left;
	width: 750px;
	text-align: left;
}

#title .left div {
	border:none;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

#title .left .menuItems {
	width:350px;
}

#title .left .menuItems img {
	float:left;
	padding-bottom:4px;
	padding-left:10px;
}

#title img {
	margin-left: 10px;
}
#title .left img {
	margin: 0 0px 0 0;
}
input#title {
	margin: 0;
	padding: 0;
}
/*
.frontpanel {
	position: relative;
	margin: 20px 0;
	padding: 20px 20px 20px 20px;
	float:left;
	width: 308px;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	text-align:right;
	height: 250px;
}
*/

.frontpanel {
	position: relative;
	margin: 0px;
	width: 430px;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	text-align:right;
	height: 50px;
	padding: 180px 0px 0px 0px;
}

.frontpanel#quarterly {
	margin-right: 10px;
	background: url(../images/home/back_quarterly.jpg) no-repeat 0 0%;
}
.frontpanel div {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom: 10px;
}
.frontpanel#quarterly p {
	
	font-size: 85%;
	margin-right: 31px;
	margin-bottom: 7px;
}
.frontpanel#quarterly p#red {
	color: #e53245;
}
.frontpanel#adhoc {
	background: url(../images/home/back_adhoc.jpg) no-repeat 0 30%;
}
#frontpage {
	margin: 15px 300px 5px 0;
	color: #999;
	font-size: 95%;
}

.sections {
	margin: 0;
	padding: 0;
}
.sections p {
	margin: 10px 0 0 0;
	width: 370px;
}
.sections div.image {
	float:right;
	width: 200px;
	text-align: center;
	margin: 0 0 -3px 0;
	padding: 0;
}
.quarterly, .sections p {
	position:relative;
	top: 15px;
	margin-bottom: 8px;
}
.sections p {
	margin-bottom: 20px;
}
div.quarterly {
	background-repeat: no-repeat;
}
div.quarterly a {
	display:block;
	width: 425px;
	height: 26px;
	background-position: 0 0;
}
div.quarterly span.pseudolink {
	display:block;
	width: 425px;
	height: 26px;
	background-position: 0 0;
}
a.arrowLink {
	background-image:url('../images/popup_arrow.jpg');
	background-position:100% 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:30px;
	text-decoration:none;
}
a.arrowLink:hover {
	text-decoration:underline;
}
div.quarterly a:hover {
	background-position: 0 26px;
}

.item {
	float: left;
	position:relative; 
	width: 373px;
	height: 280px;
	background: 0 0 no-repeat;
	color: #888;
	font-size: 85%;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.item div {
	margin: 15px 20px 0 178px;
}
.item h3 {
	font-size: 120%;
	line-height: 100%;
	
}
.item p {
	padding: 3px 0;
	text-align:right;
}
.item p.description {
	padding-bottom: 20px;
	font-size: 110%;
	border: none;
	text-align: left;
}
.item p span {
	display: block;
	width: 75px;
	padding-top: 3px;
	float:left;
	font-weight: bold;
	text-align: left;
}
.item table.indescription{
	border-top:1px solid #CCC;
	clear:both;
	float:left;
	margin:0px ! important;
	padding:0px;
	font-size:90%;
	width:170px;
}
.item table.indescription th{
	border:1px solid #CCC;
	font-weight:bold;
	margin:0px;
	padding:2px;
	text-align:left;
	vertical-align:top;
}
.item table.indescription td{
	border:1px solid #CCC;
	margin:0px;
	padding:2px;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
}
.item table.indescription .cellLeft {
	border-left:none;
}
.item table.indescription .cellRight {
	border-right:none;
}
.item p.price {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.item p.price, .item p.supplier {
	text-align: left;
}
.item p.price span, .item p.supplier span {
	padding-top: 0;
}
.item p.minqty {
	text-align: right;
	margin-top: 5px;
}
.item p.moreinfo {
	border: 0;
	position:absolute;
	bottom: 2px;
	left: 5px;
}
.item p.moreinfo a {
	text-decoration: none;
}
.item p.moreinfo a:hover {
	text-decoration: underline;
}

/* Item Bigger */
#item {
	background-image: url(images/items/Floor%20Final3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 40px 380px;
	min-height: 450px;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#item h3 {
	text-transform: uppercase;
}
#item p {
	clear:both;	
	padding: 3px 0  0 0;	
	position: relative;
}
#item .spec {
	border-bottom: 1px solid #ccc;
}
#item .head {
	float:left;
	width: 140px;
	font-weight: bold;
}
#item .desc {
	float:right;
	width: 200px;
}
#item .head, #item .desc {
	margin: 0;
	font-size: 95%;
}
#item p#desc {
	margin-bottom: 25px;
}
#item p.additem {
	border-bottom: none;
	font-size: 95%;
}


#thanks {
	margin: 40px 0 50px 0;
}
#thanks img {
	float:left;
	margin: 20px 60px 40px 20px;
}
#thanks p {
	margin: 0 40px 20px 0;
}
#thanks_bottom {
	text-align:right;
	padding: 5px 0;
}
#thanks_bottom span {
	float:left;
	width: 300px;
	text-align:left;
	padding-top: 2px;
}

table {
	width: 750px;
	margin: 10px 0;
	border-collapse: collapse;
}
th {
	text-align: left;
	font-size: 120%;
}
thead tr {
	border-bottom: 1px solid #ccc;
}
th, td {
	padding: 5px 15px 5px 5px;
}
#total td {
	border-top: 1px solid #ccc;
	font-size: 120%;
}
td.product {
	font-weight: bold;
	width: 200px;
}
table#table_details {
	width: 300px;
}
form p {
	margin: 10px 0;
}

label {
	display:block;
}
fieldset {
	border: 0;
	padding: 10px 0;
}

#form_login, #form_details {
	margin: 20px 0 50px 0;
}
#form_login p {
	width: 250px;
}
#form_login label {
	display: inline;
}
#form_login  #login_unsure {
	font-size: 95%;
}
#form_details label {
	width: 120px;
	float:left;
}
#form_details p {
	clear:left;
}
#form_details p#terms_agreement label {
	width: 750px;
	padding-bottom: 10px;
}

#backbutton {
	padding: 10px 0 8px 0;
}

p#placeorder {
	text-align: right;
}
#placeorder_warning {
	display: none;
	color: #e53245;
}
p#placeorder a {
	margin-top: 3px;
	float:left;
}


.hr {
	border-top: 1px dotted #999;
	clear:both;
	font-size: 1%;
	line-height: 0.01;
}
.hr hr {
	display:none;
}

a img {
	border: 0;
}

#foot {
	margin-top: 35px;
	border-bottom: 1px dotted #999;
	text-align: right;
}
#foot .left {
	width: 375px;
	float:left;
	text-align: left;
}

#foot img {
	margin-left: 10px;
}
#foot span img {
	margin: 0;
}

#basketftr {
	margin: 10px 0;
	font-size: 85%;
	color: #888;
	text-align: right;
}
.warning {
	color: #e53245;
	font-size: 95%;
	font-weight: bold;
}
p.right {
	text-align: right;
}
.clear {
	clear:both;
	font-size: 1%;
	height: 1px;
	line-height: 0.01;
}



.bulk {
width:174px;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
}

.display {
width:100px;
}


.bulk td {
font-size:100%;
padding:3px;
border-top:1px solid;
border-left:1px solid;
text-align:right;
padding-right:10px;
}

.bulk th {
font-size:100%;
padding:3px;
border-top:1px solid #666666;
border-left:1px solid #666666;
text-align:center;
background-color:#666666;
color:#FFFFFF;
}

.bulk input {
width:70px;
}

#showcase
{
	width:313px; height: 435px;  margin-left:10px; margin-bottom:30px; border: 10px solid #f1f1f1; padding: 4px; padding-left: 0px; text-align:right; margin-right:1px; overflow: hidden; position: relative;
}

/* Contains the custom scrollbar */
.sbContainer { overflow:auto; height:380px;position: relative; }


#RightUpButton { position: absolute; background-image:url(../images/global_scrollbar_up.gif); background-repeat:no-repeat; margin-top: 8px; #margin-top: 8px; right: 4px; width: 14px; height: 14px; }
#RightDownButton { position: absolute; background-image:url(../images/global_scrollbar_down.gif); background-repeat:no-repeat; margin-top: 364px; #margin-top: 365px; right: 4px; width: 14px; height: 14px; }
	#RightScroller { position: absolute; margin-top: 26px;right: 4px; height: 331px; #height: 332px; width: 14px; overflow:hidden; background-color: #f1f1f1; border-top: 2px solid #f1f1f1; border-bottom: 2px solid #f1f1f1; }
	#RightSlider { position:relative; margin-left: 2px; #border-left: 2px solid #c6c6c6; width: 10px; height: 13px; background-color: #c6c6c6;  }
#RightScrollContainer { position: relative;overflow: hidden; margin-top: 11px; width: 285px; height: 362px !important; _text-align: left; #left: -23px; _top: 10px; }
#RightScrollContent { position:relative; width: 285px; overflow: hidden; _float: left; height: auto; }

.sub_heading {margin:4px 0px 4px 0px; }