/*

	Stella International, Inc. 2008.
	(List new styles alphabetically).

*/


/* Styles for print and screen differences */
@media print {
    .printhide { display:none; }
	.main {
		width: 650px;
		text-align: left;
	}
	a, a:link, a:visited {
		color:#000000;
		text-decoration: none;
	}
  }
@media screen {
    .printhide { /* show */ }
	.main {
		width:791px;
		text-align:left;
	}
	.content {
		background-color:#FFFFFF;
	}
	a, a:link, a:visited {
		color:#0099CC;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color: #0099CC;
	}
	#wrapper {
	  text-align: left;
	  width: 950px;
	  margin-left: auto;
	  margin-right: auto;
	}
	#wrappertable {
		width: 791px;	
	}
  }

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	/* color:#acd2b0; */
	line-height:17px;
	margin-top: 3px;
	margin-bottom:3px;
}

body {
	background-color: #ffffff;
	margin-left: 35px;
	margin-top: 21px;
	margin-right: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	/* background-image:url(/themes/urbanposhwholesale/images/up_background.jpg);
	background-position:top center;
	background-repeat:no-repeat; */
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	font-weight:bold;
}

/* CUSTOM CLASSES */
.blueBG {
	background-color:#f9f9f9;
	border:1px solid #d1dde9; 
}
.button {
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #e3e3e3;
}
.error {
	color:red;
	font-size:15px;
	font-weight:bold;
	padding:15px;
	line-height: 18px;
}
.footer {
	color:#CCCCCC;
	border-top:2px dotted #e5e5e5;
	padding-top:10px;
	text-align:center;
}
.letters {
	padding: 10px 0px 10px 0px;
}
.menu {
	/* color:#B5D660; */
		color:#886225;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:bottom;
	text-align:right;
	padding-right:0px;
	padding-bottom:8px;
	padding-top:0px;
	
}
.menu a, .menu a:visited  {
	/* color:#B5D660; */
		color:#886225;
	text-decoration:none;
}
.menu a:hover{
	/* color:#B5D660; */
		color:#886225;
	text-decoration:underline;
}
.promoflash {
	margin-top:-3px;
}
.promorings {
	background-image:url(/themes/urbanposhwholesale/images/rings_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.spacer {
	color:#CCCCCC;
	border-top:2px dotted #e5e5e5;
	padding-top:0px;
	text-align:center;
}

/* wholesale section graphics */

legend {
	
	color:#886225;
	
	font-weight: bold;
	
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

/* Custom Classes */

.menumain {
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
}
.rowH {
	border-bottom: 1px solid #d1dde9;
	border-right: 1px solid #d1dde9;
	background-color:#f0f0f0;
	font-weight:bold;
}
.row1 {
	border-bottom: 1px solid #d1dde9;
	border-right: 1px solid #d1dde9;
	background-color:#ffffff;
}
.row2 {
	border-bottom: 1px solid #d1dde9;
	border-right: 1px solid #d1dde9;
	background-color:#f6f6f6;
}
.linesheetcat {
	border-bottom: 1px solid #999999;
}
.orderNumber {
	font-size: 1.8em;
	font-weight:bold;
	color:red;
}
.orderTotal {
	font-size: 1.4em;
	font-weight:bold;
	color:red;
}
.wholesalemenu {
	font-size: 1.1em;
	color:#666666;
	padding:5px;
}
.instructions {
	padding:10px;	
}
.saleprice {
	color: #C03;
	font-weight:bold;
}
.oldprice {
	text-decoration:line-through;	
}
.topmenu {
	text-align:right;
	font-size:0.9em;
}
