﻿body
{
	padding: 0;
	text-align: center;
	background-color: #0b1b28; /* cosmetic */
	margin: 0px; /* required */
	font-family: Arial, Helvetica, sans-serif;
	color: #0b1b28;
	background: url('images/bgslice.jpg') center top repeat-y;
}


h1, h2, h3, h4 {
	font-family:  Verdana, Tahoma, Arial, Trebuchet, Sans-serif;
	color: #0b1b28;
	font-weight: bold;
}
h1 {
	font-size: 200%;	
	font-weight: normal;
	letter-spacing: 0px;
}
h2
{
	font-size: 160%;
}
h3 {
	font-size: 130%;	
	font-weight: normal;	
}

h4 {
	font-size: 100%;	
	font-weight: normal;	
}


h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}

a
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

#cart
{
	position: absolute;
	left: 784px;
	top: 5px;
	width: 38px;
	height: 36px;
	background: url('images/cart.jpg') no-repeat;
}

#tagline
{
	position: absolute;
	text-align: left;
	left: 295px;
	top: 89px;
	color: #acdc28;
	width: 800px;
	font-family: Serif, Tahoma;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 20px;
}

#container
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 1061px;
}

#middle
{
	background-position: center top;
	position: relative;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 1061px;
	height: 1094px;
	background: url(images/shopping/opusshopping.jpg) center top no-repeat;
}

#shoppingtitle
{
	position: absolute;
	text-align: center;
	left: 50px;
	top: 400px;
	width: 160px;
}

#shoppingcategories
{
	position: absolute;
	text-align: center;
	left: 50px;
	top: 500px;
	width: 160px;
}

#contents
{
	position: absolute;
	left: 250px;
	top: 212px;
	width: 773px;
	height: 653px;
	overflow: auto;
	text-align: left;
}

#shopnav
{
	position: absolute;
	text-align: center;
	left: 250px;
	top: 873px;
	width: 773px;
	height: 50px;
}

  
.producttable
{
    table-layout: fixed;
    width: 760px;
    padding: 0;
}
.centered
{
    text-align: center;
}
.Clear
{
    background-color: gainsboro;
    width: 100%;
    height: 2px;
    margin: 0 0 0 0;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
.modalContent
{
    text-align: left;
    clear: both;
}
.modalDescription
{
    height: 560px;
}
.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}
.float-left
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.float-right
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ModalPopupBG
{
	background-color: #4A6F00;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.popup_Container
{
	background-color: white;
	border: 2px solid #000000;
	padding: 0px 0px 0px 0px;
	height: 530px;
}
.popupConfirmation
{
    width: 800px;
    height: 600px;
}
.popup_Titlebar
{
    background: url(Images/titlebar_bg.jpg);
    height: 29px;
}
.popup_Body
{
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 5px;
    height: 430px;
    overflow: auto;
}
.popup_OK
{
	height: 30px;
	margin: 0 auto;
	text-align: center;
	
}

.TitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.TitlebarRight
{
    background: url(Images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}
.popup_Buttons
{
    margin: 10px;
}

.productShortDescription
{
	font-size: 0.9em;
}

.productTitle
{
	font-size: 1.0em;
	font-weight: bold;
}



