/* [ AtpCart ] */
.AtpCartEmpty { text-align: center; }
.AtpCartEmpty .CartEmpty { line-height: 3em; font-weight: bold; }

.AtpCart { padding: 0.8em; border: solid 1px white; }
.AtpCart table { width: 100%; font-size: 0.7em; border-collapse: separate; border-spacing: 1px; }

.AtpCart table th { text-align: center; }
.AtpCart table th.hId  { width: 50px; }
.AtpCart table th.hPic { width: 85px; }
.AtpCart table th.hNme { text-align: right; padding-right: 0.2em; }
.AtpCart table th.hQnt { width: 35px; }
.AtpCart table th.hPrc { width: 60px; }
.AtpCart table th.hTtl { width: 60px; }
.AtpCart table th.hAct { width: 75px; }

.AtpCart table td { background-color: #e1e1e1; padding: 0.2em 0.4em; }
.AtpCart table td.pId { text-align: center; }
.AtpCart table td.pQnt input { width: 35px; text-align: center; }
.AtpCart table td.pAct { padding: 0em; }
.AtpCart table td.pAct a { display: block; text-align: center; }
.AtpCart table td.pAct a:hover { background-color: #002E56; color: #fff; text-decoration: none; font-weight: bold; }
.AtpCart table td.pAct .upd { padding: 0.4em 0.2em; }
.AtpCart table td.pAct .rmv { padding: 0.4em 0.2em; }

.AtpCart table tr.pTtl td { background-color: #002E56; color: #fff; }
.AtpCart table tr.Ttl  td { background-color: #002E56; color: #fff; font-weight: bold; }

.AtpCart div.ActBar { text-align: center; padding: 0.6em 0em; }

.AtpCart .AC_CheckOut { background: url('mproducts/add_to_cart.gif') no-repeat scroll 50% 50%; color: #fff; display: block; line-height: 23px; text-align: center; width: 67px; font-size: 12px; text-decoration: none; float: right; margin-right: 37%; font-weight: bold; }
.AtpCart .AC_CheckOut:hover { text-decoration: underline; }

.AtpCart .AC_Clear { background: url('mproducts/details.gif') no-repeat scroll 50% 50%; color: #002E56; display: block; line-height: 23px; text-align: center; width: 70px; font-size: 12px; text-decoration: none; float: right; margin-right: 1em; font-weight: bold; }
.AtpCart .AC_Clear:hover { text-decoration: underline; }

.AtpCart .AC_Back { background: url('mproducts/details.gif') no-repeat scroll 50% 50%; color: #002E56; display: block; line-height: 23px; text-align: center; width: 70px; font-size: 12px; text-decoration: none; float: right; margin-right: 1em; font-weight: bold; }
.AtpCart .AC_Back:hover { text-decoration: underline; }

/* --- My Account --- */
.MyAccount { overflow: hidden; font-size: 0.8em; position: relative; }
.MyAccount .bxF { _margin-right: 0.75%; }
.MyAccount .box { height: 235px; border: none; display:inline; float: right; margin-right: 1.5%; margin-bottom: 0.8em; width: 47.5%; position: relative; background: #E1E1E1; }
.MyAccount .box h2 { margin-top: 0em; padding: 0.5em 0.6em; background: #BEC0BF; }
.MyAccount .box p { padding: 0.8em; }
.MyAccount .box p input { margin-top: 0.2em; }
.MyAccount .box .act { border-top: solid 1px #fff; position: absolute; bottom: 0px; width: 100%; height: 34px; }
.MyAccount .box .act * { margin: 0.4em; /*font: bold 8pt Tahoma;*/ }
.MyAccount .box .act a { float: right; line-height: 24px; text-decoration: none; margin-right: 0.8em; }
.MyAccount .box .act input { padding: 0em 0.4em; float: left;  }

/* [ Login ] */
.MyAccount_Login .header { text-align: center; padding-bottom: 1em; }
.MyAccount_Login .header .title { font-size: 1.2em; }
.MyAccount_Login .confirm-dialog input { font: bold 8pt Tahoma; padding: 0.2em; width: 111px; margin: 0em 1em; }

/* [ Orders ] * /
.MyAccount_Orders .box { height: 240px; border: solid 1px #C13D30; float: right; margin-right: 1.5%; width: 47.5%; position: relative; background: url('../../ui/base/m/boxHeader.gif') repeat-x 0% 0% #CF4C3D;  }
.MyAccount_Orders .bxF { _margin-right: 0.75%; }
.MyAccount_Orders .box h2 { margin-top: 0em; padding: 0.4em; border-bottom: solid 1px #C13D30; }
.MyAccount_Orders .box .content { padding: 0.8em 0.8em 42px; }
.MyAccount_Orders .box .act { border-top: solid 1px #C13D30; background-color: #A93D32; position: absolute; bottom: 0px; width: 100%; _height: 35px; }
.MyAccount_Orders .box .act * { margin: 0.4em; font: bold 8pt Tahoma; }
.MyAccount_Orders .box .act a { float: right; line-height: 2em; margin-right: 0.8em; }
.MyAccount_Orders .box .act input { padding: 0.2em 0.8em; float: left; }
*/
.MyAccount_Orders .box_profile { width: 40%; }
.MyAccount_Orders .box_orders { width: 55%; }
.MyAccount_Orders .box_orders .content { height: 163px; overflow: auto; }
.MyAccount_Orders .box_orderDetails { clear: both; width: 96.7%; height: auto; }

.MyAccount_Orders .orders { padding: 0.8em; }
.MyAccount_Orders .orders table { width: 100%; _width: 440px; font-size: 0.9em; border-collapse: separate; border-spacing: 1px; }

.MyAccount_Orders .orders table th { text-align: center; line-height: 1.3em; }
.MyAccount_Orders .orders table th.hId  { width: 70px; }
.MyAccount_Orders .orders table th.hDte  { width: 110px; }
.MyAccount_Orders .orders table th.hTtl  { width: 70px; }
.MyAccount_Orders .orders table th.hStt { text-align: right; padding-right: 0.2em; }

.MyAccount_Orders .orders table td { background-color: #7F9DB9; padding: 0.2em 0.4em; color: #fff; }
.MyAccount_Orders .orders table tr.current td { background-color: #002E56; font-weight: bold; }
.MyAccount_Orders .orders table td.iDte { text-align: center; }

.MyAccount_Orders .orders table td.iId { text-align: center; padding: 0em; text-decoration: underline; line-height: 1.8em; }
.MyAccount_Orders .orders table td.iId a { display: block; text-align: center; color: #fff; }
.MyAccount_Orders .orders table td.iId a:hover { background-color: #002E56; text-decoration: none; }

.MyAccount_Orders .orderDetails { padding: 0.8em 0.8em 47px 0.8em; }
.MyAccount_Orders .orderDetails table { width: 100%; font-size: 0.9em; border-collapse: separate; border-spacing: 1px; }

.MyAccount_Orders .orderDetails table th { text-align: center; line-height: 1.3em; }
.MyAccount_Orders .orderDetails table th.hNum  { width: 70px; }
.MyAccount_Orders .orderDetails table th.hQnt  { width: 70px; }
.MyAccount_Orders .orderDetails table th.hTtl  { width: 70px; }
.MyAccount_Orders .orderDetails table th.hNme { text-align: right; padding-right: 0.2em; }

.MyAccount_Orders .orderDetails table td { background-color: #7F9DB9; padding: 0.2em 0.4em; color: #fff; }
.MyAccount_Orders .orderDetails table td.iQnt { text-align: center; }

.MyAccount_Orders .orderDetails table td.iNum { text-align: center; padding: 0em; text-decoration: underline; line-height: 1.8em; }
.MyAccount_Orders .orderDetails table td.iNum a,
.MyAccount_Orders .orderDetails table td.iNme a { display: block; text-align: center; color: #fff; }
.MyAccount_Orders .orderDetails table td.iNum a:hover,
.MyAccount_Orders .orderDetails table td.iNme a:hover { background-color: #002E56; text-decoration: none; }

.MyAccount_Orders .orderDetails table tr.pTtl td { background-color: #002E56; }
.MyAccount_Orders .orderDetails table tr.Ttl  td { background-color: #002E56; font-weight: bold; }

.Login_Login .ErrIcon { margin-right:-20px; }

