﻿input
{
    padding:3px;
}

table.OrderConfirmationTable td
{
    font-size:small;
}

/*Modal Popup Styles*/
.ContentHeader
{
	font-size:small;
	font-weight:bold;
	color:#4C4B4B;
}

.GraySubtitle
{
	font-weight:bold;
	color:	Gray;
}


.GraySubtitleBox
{
	padding-top:30px;
	}
table.GraySubtitleBox 
{
	width:100%;
	border-width: 2px;
	border-style: solid;
	border-color: #C4C3C3;
	border-collapse: collapse;
	background-color: white;
}


table.GraySubtitleBox td {
	background-color: #F0EDED;
	color: Gray;
	font-size:xx-small;
	padding:6px;
	padding-left:10px;
	font-weight:bold;
}

.Question 
{
	padding-top: 20px;
	font-weight:bold;
	}

.modalBackground1 {
    top:0px;
    left:0px;
    position:absolute;
    background:#E7E7E8;
    -moz-capacity: 0.7;  
    z-index:1;
}

.modalPopup1 {
    background-color:#ffffff;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:5px;
    z-index:200000;  
}

noUnderline 
{
	font-size:larger;
	text-decoration:none;
}

/*Cart Styles*/

table.cart {
	border-width: 1px;
	border-style: solid;
	border-color: #C4C3C3;
	border-collapse: collapse;
	background-color: white;
	width: 90%;	

}
table.cart th {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #C4C3C3;
	background-color: #F0EDED;
	color: Gray;
	font-size:xx-small;
	padding:5px;
}
table.cart td {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #C4C3C3;
	background-color: white;
	color: black;
	font-size:xx-small;
	padding:5px;
}

/* Table1 styles */
table.table1 {
	border-width: 1px;
	border-style: solid;
	border-color: #C4C3C3;
	border-collapse: collapse;
	background-color: white;
}
table.table1 th {
	border-width: 2px;
	border-style: solid;
	border-color: #C4C3C3;
	background-color: #F0EDED;
	color: Gray;
	font-size:xx-small;
	padding:5px;
}

table.table1 td {
	border-width: 2px;
	border-style: none;
	border-color: #C4C3C3;
	background-color: white;
	color: black;
	font-size:xx-small;
	padding:5px;
}

table.table2 {
	border-width: 1px;
	border-style: solid;
	border-color: #C4C3C3;
	border-collapse: collapse;
	background-color: white;
}

table.table2 th {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: #C4C3C3;
	background-color: #F0EDED;
	color: Gray;
	font-size:medium;
	padding:0px;
}

table.table2 td {
	border-width: 2px;
	border-style: none;
	border-color: #C4C3C3;
	background-color: white;
	color: black;
	font-size:small;
	padding:5px;
}

/* Category Nav styles */
table.categoryNav {
	border-width: 1px;
	border-style: solid;
	border-color: #C4C3C3;
	border-collapse: collapse;
	background-color: white;
	width: 90%;	

}
table.categoryNav th {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #C4C3C3;
	background-color: #F0EDED;
	color: Gray;
	padding:5px;
	font-weight:bold;
}
table.categoryNav td {
	border-width: 2px;
	padding: 3px;
	border-style: none;
	border-color: #C4C3C3;
	background-color: white;
	color: black;
	font-size:xx-small;
	padding:5px;
	text-align:left;
}

.title-background {
	BACKGROUND-POSITION: center top; BACKGROUND-IMAGE: url(images/title.gif); BACKGROUND-REPEAT: no-repeat
}


.Green_Left
{
	background-position: right;
	background-image: url(DesktopModules/RetailShoppingCart/images/LayoutImages/gtab1_03.gif);
	background-repeat: no-repeat;	
}
	

.Green_Middle
{
	background-position: left;
	background-image: url(DesktopModules/RetailShoppingCart/images/LayoutImages/gtab1_02.gif);
	background-repeat: no-repeat;
}

.Green_Right 
{
	background-image: url(DesktopModules/RetailShoppingCart/images/LayoutImages/gtab2_03.gif);
	background-repeat: no-repeat;
}
