body {
	scrollbar-face-color : #ffcc00;
	scrollbar-shadow-color : #cccc00;
	scrollbar-highlight-color : #ffffcc;
	scrollbar-3dlight-color : #ffffcc;
	scrollbar-darkshadow-color : #b6b600;
	scrollbar-track-color : #ffffcc;
	scrollbar-arrow-color : #b6b600;
	margin: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background: #FFFFFF;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9900CC;
}

a:hover {
	color: #0033FF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	margin-left: 0px;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	margin-left: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	margin-left: 0px;
	margin-top: 0px;
	color: #FF0000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000000;
}

.urstar  #container {
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.urstar  #header {
	background: #DDDDDD;
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header_BG.gif);
	height: 120px;
} 

.checkoutBox {
	padding: 0px;
	float: right;
	height: 25px;
	width: 215px;
	border: 1px solid #CCCC00;
	background-color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 23px;
}

.addtobasket {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 23px;
}

.moreinfo {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #990033;
	font-weight: bold;
}

hr {
	border: thin dashed #999999;
}

.urstar #holderTable {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this holderNU */
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCC00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffcc;
}

.urstar #holderNU {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this holderNU */
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCC00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffcc;
	height: 695px;
}
/* Tips for absolutely positioned sidebars with holderTop and holderBottom:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #holderNU in the document's source order, they will appear at the top of the #holderNU even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the holderBottom as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the holderTop since this will cause the columns to visually meet the holderTop.
*/
.urstar #holderTop {
	height: 29px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #holderTop instead of text, you may want to remove the padding. */
} 

.urstar #holderLeft {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 29px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 316px;
	margin-top: 319px;
}

.urstar #holderRight {
	position: absolute;
	top: 29px;
	right: 0px;
	width: 29px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.urstar #holderBottom {
	padding: 0 0px 0 0px;
	height: 33px;
	margin-top: 5px;
} 

.urstar  #footer {
	background:#FFFFFF;
	border-color: #0000CC;
	height: 45px;
} 

.urstar #mainContent {
	margin: 0px 29px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCCC00;
	height: 600px;
	overflow: scroll;
	background-color: #FFFFFF;
	border-width: 1px;
}

.urstar #Content {
	padding: 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCCC00;
	background-color: #FFFFFF;
	border-width: 1px;
}

.urstar #ProductThumb {
	margin: 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCCC00;
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
}

.urstar #ProductIntro {
	margin: 5px 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px;
	height: 102px;
	width: 380px;
	background-color: #FFFFFF;
}

.urstar #ProductSynopsis {
	margin: 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px;
	width: 330px;
	background-color: #FFFFFF;
}

.urstar #ProductImage {
	margin: 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCCC00;
	height: 252px;
	width: 252px;
	background-color: #FFFFFF;
}

.urstar #ProductShot {
	margin: 0px 43px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCCC00;
	height: 252px;
	width: 252px;
	background-color: #FFFFFF;
}

.urstar #ProductBack {
	margin: 15px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCCC00;
	height: 252px;
	width: 252px;
	background-color: #FFFFFF;
}

.urstar #ProductCheckout {
	margin: 5px 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px;
	height: 4em;
	width: 308px;
	background-color: #FFFFFF;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.boldindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;	
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.urstar #box1 {
	background: #FFFFFF;
	border: 1px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #ffffcc;
	border: solid;
	border-width: 1px;
	border-color: #CCCC00;
	height: 210px;
	width:280px;
	padding: 30px 10px;
}

.urstar #box2 {
	background: #FFFFFF;
	border: 1px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffcc;
	border: solid;
	border-width: 1px;
	border-color: #CCCC00;
	padding: 10px 10px;
}

.error {
	text-align:left;
	color: #FF0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

.urstar #error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	width: 200px;
	text-align: center;
}


.formElement {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.errorFormElement {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 3px solid #FF0000;
	border-style:groove;
}

#customerSubmit {
	background-image:url(../images/continue.gif);
	width: 203px;
	height: 45px;
	cursor:pointer;
}

#customerSubmit:hover {
	background-image:url(../images/continueON.gif);
}

.urstar #flashVid {
            margin: 0px 43px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
            padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
            border: 1px solid #CCCC00;
            height: 187px;
            width: 252px;
            background-color: #FFFFFF;
}

.darkBorder {
            border: 1px solid #CCCC00;
}

.small {
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: bold;
}

.small_nonbold {
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: normal;
}

.progress {
            padding: 0px;
            height: 25px;
            width: 414px;
			float: left;
            background-color: #ffcc00;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9px;
            line-height: 23px;
}

