﻿/*========= GENERAL =================================================================================================*/
/*.ViewNavWrapper {padding-top:21px; margin:21px 42px 7px 42px; border-top:solid 1px #D4D4D4;}*/
.OrderFormPageTitle {border-bottom:solid 1px #D4D4D4;}
.OrderFormSection {margin-top:21px; padding-bottom:21px; border-bottom:solid 1px #D4D4D4;}
.ViewNavLeft {float:left;}
.ViewNavRight {float:right;}

#PrivacyPolicy {margin-left:32px; padding-bottom:25px;}
#PrivacyPolicy a {color:#164A7A; font-size:12px; text-decoration:none;}
#PrivacyPolicy a:hover {font-weight:bold;}

/*========== CART LIST VIEW ===================================================================================================*/
table.OrderProducts {font-family: Arial, Sans-Serif; text-align:left; border-collapse:collapse; background-color:White; font-size:13px;}

table.OrderProducts .LeftMost {padding-left:10px;}
table.OrderProducts .RightMost {padding-right:10px;}
table.OrderProducts > thead > tr {height:28px;}
table.OrderProducts > thead > tr > th {background-color:#EDF1F2; font-weight:bold; border-bottom:solid 1px #D4D4D4;}
table.OrderProducts > tbody > tr.odd {background-color:White;}
table.OrderProducts > tbody > tr.even {background-color:#F9F9F9;}
table.OrderProducts > tbody > tr > td {padding-top:5px; padding-bottom:2px;} /*border-bottom:solid 1px #D4D4D4; */
table.OrderProducts > tbody > tr > td > a {font-size:11px; text-decoration:underline; color:#3399cc; font-weight:bold;}
table.OrderProducts > tbody > tr > td > a:link {color:#3399cc;}
table.OrderProducts > tbody > tr > td > a:visited {color:#3399cc;}
table.OrderProducts > tbody > tr > td > a:hover {color:#339999;}
table.OrderProducts > tbody > tr > td > a:active {color:#3399cc;}
table.OrderProducts > tfoot > tr {height:20px; padding-left:2px;}
table.OrderProducts > tfoot > tr > th {background-color:#EDF1F2;}


table.OrderProductAttributes td {font-size:11px;} 
table.OrderProductAttributes .LeftMost {padding-left:10px;}
table.OrderProductAttributes .RightMost {padding-right:10px;}
table.OrderProductAttributes > tbody > tr > td > a {font-size:11px; text-decoration:underline; color:#3399cc; font-weight:bold;}
table.OrderProductAttributes > tbody > tr > td > a:link {color:#3399cc;}
table.OrderProductAttributes > tbody > tr > td > a:visited {color:#3399cc;}
table.OrderProductAttributes > tbody > tr > td > a:hover {color:#339999;}
table.OrderProductAttributes > tbody > tr > td > a:active {color:#3399cc;}


/*========== ORDER ===================================================================================================*/
.OrderInfoBlock {float:left; width:350px; overflow:hidden; border:solid 1px #D4D4D4; margin-right:7px; padding:5px; margin-bottom:7px; background-color:White;}
.OrderInfoBlock h4 {font-size:1.1em; font-weight:bold; margin-bottom:7px;}
.OrderInfoBlock p {font-size:.9em;}
.SmallHelpText {font-size:0.8em; color:Gray;}
