﻿/*Criz Bee | January 2009 | */
/*specific style for star wars figure details */

.container-details {position: relative; width: 860px; margin-top: 40px; margin-left: 40px; padding-left: 10px; padding-right: 10px;}

/*Star Wars Figure Details Box */
.container-details-content {position: relative; margin-bottom: 20px; width: 879px;}
.container-figure-information {position: relative;}
.star-wars-figure-information-left {width: 420px; height: 560px; text-align: left; border: solid 4px #0d538e; background-color: #eee; margin-bottom: 20px;}
.star-wars-figure-information-right {position: absolute; top: 0px; left: 430px; width: 420px; height: 560px; text-align: center; border: solid 4px #0d538e; background-color: #000; margin-bottom: 20px;}
.figure-left-box {float:left; clear: left; width: 120px; text-align: right; padding: 2px;}
.figure-right-box {float:left; width: 280px; text-align: left; padding: 2px;}

/*Star Wars Figure Image Handeling, small images, and big image*/
.image-spacing {cursor: pointer; margin: 16px;}
.image-star-wars-figure-big {margin-top: 7px;}
.star-wars-figure-border {border: solid 5px #222;}

.star-wars-figure-header {position: absolute; top: 0px; left: 0px; background-color: #0d538e; width: 880px; height: 30px; color: #fff; text-align: center; background-image: url(/images/backgrounds/background-star-wars-figure-details.jpg);}
.star-wars-figure-links {margin-bottom: 20px;}
.star-wars-figure-links a:link {color: #0d538e; font-style: italic; font-weight: bold; text-decoration: none;}
.star-wars-figure-links a:visited {color: #0d538e; font-style: italic; font-weight: bold; text-decoration: none;}
.star-wars-figure-links a:active {color: #0d538e; font-style: italic; font-weight: bold; text-decoration: none;}
.star-wars-figure-links a:hover {color: #0d538e; font-style: italic; font-weight: bold; text-decoration: underline;}

h1.white {color: #fff; text-transform: uppercase; display: inline; line-height: 30px;}
h2.white {color: #fff; display: inline; line-height: 30px;}
h1.star-wars-figure-review {margin-top: 110px;}
p {line-height: 20px;}

/*Bottom content */
.container-bottom-star-wars-sections {position: relative; width: 860px; height: 260px;}
.container-bottom-star-wars-sections-left {position: absolute; top: 10px; left: 5px; width: 210px; text-align: center;}
.container-bottom-star-wars-sections-left-second {position: absolute; top: 10px; left: 215px; width: 210px; text-align: center;}
.container-bottom-star-wars-sections-right {position: absolute; top: 10px; left: 435px; width: 210px; text-align: center;}
.container-bottom-star-wars-sections-right-second {position: absolute; top: 10px; left: 655px; width: 210px; text-align: center;}

/*Advertising*/
.star-wars-ad-top-right {position: absolute; top: 35px; left: 400px;}
.advertising-star-wars-figure-details-white-background {width: 848px; text-align: center; margin-bottom: 20px; padding: 5px;}
.advertising-star-wars-figure-details {width: 848px; text-align: center; margin-bottom: 10px; padding: 5px; background-color: #000;}
